From 12491d130258fbd618b7e00d599452dbf6f6fc9b Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 21 Sep 2022 20:17:00 +0200 Subject: [PATCH] changed gunicorn default settings --- boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.sh b/boot.sh index 6acf7e26..b6321741 100644 --- a/boot.sh +++ b/boot.sh @@ -2,8 +2,8 @@ source venv/bin/activate TANDOOR_PORT="${TANDOOR_PORT:-8080}" -GUNICORN_WORKERS="${GUNICORN_WORKERS:-1}" -GUNICORN_THREADS="${GUNICORN_THREADS:-1}" +GUNICORN_WORKERS="${GUNICORN_WORKERS:-3}" +GUNICORN_THREADS="${GUNICORN_THREADS:-2}" NGINX_CONF_FILE=/opt/recipes/nginx/conf.d/Recipes.conf display_warning() {