[UPD] config: Force workers at 2

This commit is contained in:
Mathieu Benoit 2020-07-14 21:06:22 -04:00
parent e02143e8d3
commit 33020ce9d4

View file

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