SuperSeller3000/docker/app
Simon Kuehn c8865e0187 fix: raise PHP-FPM pool to 30 workers to prevent SSE starvation
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>
2026-05-18 09:02:34 +00:00
..
Dockerfile feat: admin panel, Mistral client, attribute management, API key command 2026-05-17 20:15:13 +00:00
php.ini chore: disable OPcache for dev and mount php.ini as volume 2026-05-18 07:22:48 +00:00
zz-fpm-pool.conf fix: raise PHP-FPM pool to 30 workers to prevent SSE starvation 2026-05-18 09:02:34 +00:00