Update data/helpers.d/php

Co-Authored-By: JimboJoe <jimmy@monin.net>
This commit is contained in:
Maniack Crudelis 2020-04-17 12:01:50 +02:00 committed by GitHub
parent 8005429dc4
commit 0a3e7aa88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ ynh_get_scalable_phpfpm () {
fi
# 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 ]
then
min_spare_servers_factor=8