From d609e881c2b9e5e89b8ce593bb5f013cc97604fe Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 14 Dec 2020 09:43:07 +1100 Subject: [PATCH] Update default gunicorn conf file --- InvenTree/gunicorn.conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/InvenTree/gunicorn.conf.py b/InvenTree/gunicorn.conf.py index aeee2a366b..26dbc30aca 100644 --- a/InvenTree/gunicorn.conf.py +++ b/InvenTree/gunicorn.conf.py @@ -3,3 +3,7 @@ import multiprocessing bind = "0.0.0.0:8000" workers = multiprocessing.cpu_count() * 2 + 1 + +max_requests = 1000 +max_requests_jitter = 50 +