diff --git a/server/gunicorn_config.py b/server/gunicorn_config.py index 4d5e2ac..7b1b5d5 100644 --- a/server/gunicorn_config.py +++ b/server/gunicorn_config.py @@ -10,3 +10,5 @@ reload = "SUPERDESK_RELOAD" in os.environ timeout = int(os.environ.get("WEB_TIMEOUT", 30)) + +limit_request_line = int(os.environ.get("WEB_MAX_REQUEST_LINE", 8000))