diff --git a/etc/gunicorn.conf.py b/etc/gunicorn.conf.py index 666dd82..69da274 100644 --- a/etc/gunicorn.conf.py +++ b/etc/gunicorn.conf.py @@ -5,8 +5,8 @@ accesslog = "-" disable_redirect_access_to_syslog = True preload_app = True bind = "0.0.0.0:8080" -max_requests = 1200 -max_requests_jitter = 100 +max_requests = 800 +max_requests_jitter = 50 forwarded_allow_ips = "*" # Run an additional thread so the GIL isn't sitting completely idle