mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/helpers.d/php
Co-Authored-By: JimboJoe <jimmy@monin.net>
This commit is contained in:
parent
8005429dc4
commit
0a3e7aa88b
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ ynh_get_scalable_phpfpm () {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Define the factor to determine min_spare_servers
|
# Define the factor to determine min_spare_servers
|
||||||
# To not have not enough children ready to start for heavy apps.
|
# to avoid having too few children ready to start for heavy apps
|
||||||
if [ $footprint -le 20 ]
|
if [ $footprint -le 20 ]
|
||||||
then
|
then
|
||||||
min_spare_servers_factor=8
|
min_spare_servers_factor=8
|
||||||
|
|
Loading…
Add table
Reference in a new issue