9 lines
229 B
Text
9 lines
229 B
Text
|
|
[www]
|
||
|
|
; SSE connections hold a worker for up to 90 s each — raise the pool ceiling
|
||
|
|
; so regular requests are not starved.
|
||
|
|
pm = dynamic
|
||
|
|
pm.max_children = 30
|
||
|
|
pm.start_servers = 4
|
||
|
|
pm.min_spare_servers = 2
|
||
|
|
pm.max_spare_servers = 8
|