[FIX] workers at 0 by default for dev, prod use another system

This commit is contained in:
Mathieu Benoit 2021-01-20 06:08:08 -05:00
parent 47d1d61c2d
commit 82ba6f910d

View file

@ -159,7 +159,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
fi
printf "\n" >> ${EL_CONFIG_FILE}
printf "workers = 2\n" >> ${EL_CONFIG_FILE}
printf "workers = 0\n" >> ${EL_CONFIG_FILE}
printf "max_cron_threads = 2\n" >> ${EL_CONFIG_FILE}
if [[ ${EL_INSTALL_NGINX} = "True" ]]; then