SSE connections hold a worker for up to 90 s each; the default of 5 children meant the admin UI became unresponsive under normal use. Mount zzz-pool.conf (loaded after zz-docker.conf) to override only the pm.* settings without touching daemonize/listen. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
229 B
Text
8 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
|