mod_php_install.sh: change DEFAULT_FPM_POOL_MAX_CHILDREN to 256.
This commit is contained in:
parent
4d545d07ce
commit
f9f247aa1d
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user