mod_php_install.sh: change DEFAULT_FPM_POOL_MAX_CHILDREN to 256.

This commit is contained in:
Christoph 2024-04-21 16:08:02 +02:00
parent 4d545d07ce
commit f9f247aa1d

View File

@ -802,7 +802,7 @@ if $WITH_PHP_FPM_SUPPORT ; then
DEFAULT_FPM_POOL_MIN_SPARE=6
DEFAULT_FPM_POOL_MAX_SPARE=24
DEFAULT_FPM_POOL_MAX_REQUESTS=500
DEFAULT_FPM_POOL_MAX_CHILDREN=250
DEFAULT_FPM_POOL_MAX_CHILDREN=256
# If php pool definitions exists on installed php, then take that value
#