[UPD] config: Force workers at 2
This commit is contained in:
parent
e02143e8d3
commit
33020ce9d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue