From c50292cc16f2995a62ceda035b806a529d2ec037 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:03:16 +1300 Subject: [PATCH] tweak --- gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 16a591bd..57f21872 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -13,5 +13,5 @@ worker_class = 'gevent' accesslog = '-' errorlog = '-' -max_requests = 500 +max_requests = 5000 max_requests_jitter = 50