diff --git a/backend/gunicorn.conf.py b/backend/gunicorn.conf.py index b15ae003c0..a709b354cb 100644 --- a/backend/gunicorn.conf.py +++ b/backend/gunicorn.conf.py @@ -1,3 +1 @@ -from multiprocessing import cpu_count - -workers = cpu_count() * 2 + 1 +workers = 4