diff --git a/InvenTree/gunicorn.conf.py b/InvenTree/gunicorn.conf.py index aeee2a366b..0e5eee75f9 100644 --- a/InvenTree/gunicorn.conf.py +++ b/InvenTree/gunicorn.conf.py @@ -3,3 +3,6 @@ import multiprocessing bind = "0.0.0.0:8000" workers = multiprocessing.cpu_count() * 2 + 1 + +max_requests = 1000 +max_requests_jitter = 50