From 452027f68fe95b3989925148bd1fa60ffebba522 Mon Sep 17 00:00:00 2001 From: aaronshiel Date: Fri, 12 May 2023 00:53:46 -0700 Subject: [PATCH] 5 workers fixed --- server/gunicorn_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gunicorn_conf.py b/server/gunicorn_conf.py index 11b52ea..b6e15c1 100644 --- a/server/gunicorn_conf.py +++ b/server/gunicorn_conf.py @@ -12,7 +12,7 @@ # https://docs.gunicorn.org/en/stable/settings.html#workers # import multiprocessing -workers = 4 +workers = 5 # limit max clients at the time to prevent overload: worker_connections = 150