Update php-fpm config
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/tag/build/2 Pipeline was successful
ci/woodpecker/tag/build/1 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful
ci/woodpecker/tag/tag Pipeline was successful

This commit is contained in:
Vladimir Hodakov 2025-05-11 11:45:33 +03:00
parent eafeffe952
commit e62b953a1b
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

@ -30,7 +30,7 @@ pm = ondemand
; forget to tweak pm.* to fit your needs.
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
; Note: This value is mandatory.
pm.max_children = 100
pm.max_children = 1024
; The number of seconds after which an idle process will be killed.
; Note: Used only when pm is set to 'ondemand'