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