diff --git a/dbm-ui/etc/gunicorn.py b/dbm-ui/etc/gunicorn.py index cd47b1bcf6..64b8d89c0b 100644 --- a/dbm-ui/etc/gunicorn.py +++ b/dbm-ui/etc/gunicorn.py @@ -30,6 +30,7 @@ keepalive = 2 # The maximum number of requests a worker will process before restarting max_requests = 2000 +limit_request_line = 8190 spew = False