From be8edfd1395313df57977ab563af95c41e63c3cd Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 20 Mar 2026 20:48:19 -0500 Subject: [PATCH] set workers to 2 --- gunicorn.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/gunicorn.conf b/gunicorn.conf index 74207d515..aba67137d 100644 --- a/gunicorn.conf +++ b/gunicorn.conf @@ -1,5 +1,6 @@ bind = 'unix:/var/run/cabotage/nginx.sock' backlog = 1024 +workers = 2 preload_app = True max_requests = 2048 max_requests_jitter = 128