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

This reverts commit e62b953a1b.
This commit is contained in:
Vladimir Hodakov 2025-05-11 11:59:07 +03:00
parent e62b953a1b
commit e82bb3c70f
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

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