Skip to content

Commit

Permalink
increase server request limit to support long queries
Browse files Browse the repository at this point in the history
CPCN-996
  • Loading branch information
petrjasek committed Dec 17, 2024
1 parent 0711aa8 commit 641ea46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/gunicorn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 641ea46

Please sign in to comment.