From 5c37ae78fffa2f20f99560dc560040af290b61bb Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Fri, 9 Dec 2022 13:20:08 +0300 Subject: [PATCH] Increase workers and threads --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b11ee62..9502fe5 100644 --- a/start.sh +++ b/start.sh @@ -2,4 +2,4 @@ ./manage.py migrate --noinput ./manage.py collectstatic --noinput -exec gunicorn --bind :8000 --workers 4 later42.wsgi:application +exec gunicorn --bind :8000 --workers 8 --threads 4 later42.wsgi:application