From 33020ce9d480728c4533ef710439ba381a6fa9cd Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 14 Jul 2020 21:06:22 -0400 Subject: [PATCH] [UPD] config: Force workers at 2 --- script/install_locally.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install_locally.sh b/script/install_locally.sh index 07cced5..9e36c74 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -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