From 82ba6f910df7a5234ddab740afb7aceacb88e2c0 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Wed, 20 Jan 2021 06:08:08 -0500 Subject: [PATCH] [FIX] workers at 0 by default for dev, prod use another system --- 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 c3f8855..1acaa6f 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -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