[FIX] workers at 0 by default for dev, prod use another system
This commit is contained in:
parent
47d1d61c2d
commit
82ba6f910d
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
|
||||||
fi
|
fi
|
||||||
printf "\n" >> ${EL_CONFIG_FILE}
|
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}
|
printf "max_cron_threads = 2\n" >> ${EL_CONFIG_FILE}
|
||||||
|
|
||||||
if [[ ${EL_INSTALL_NGINX} = "True" ]]; then
|
if [[ ${EL_INSTALL_NGINX} = "True" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue