From d2d13eeeee82302aa33921bdbaf2c84dfeeb996c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 13 Aug 2023 18:50:24 +0300 Subject: [PATCH] fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4792746#context --- gunicorn.conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index cdcb5d65a..dccae1a94 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -10,6 +10,8 @@ workers = int(environ.get("WORKER_COUNT").strip()) max_requests = 5000 max_requests_jitter = 10000 +limit_request_line = 8190 + reload = True reload_engine = 'poll'