Skip to content

Commit

Permalink
14218 FIX Saving a formular might produce an "Internal server error"
Browse files Browse the repository at this point in the history
This is a followup werk for werk 15939. The limit parameter got increased even more.

Change-Id: If972b74087433f96435bd140242f47aaddf28bf5
  • Loading branch information
schnetzzz committed Nov 15, 2023
1 parent 305cabb commit 2751b9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .werks/14218
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Title: Saving a formular might produce an "Internal server error"
Class: fix
Compatible: compat
Component: multisite
Date: 1700062613
Edition: cre
Knowledge: doc
Level: 1
Version: 2.1.0p37

This is a followup werk for werk 15939. The limit parameter got increased even more.
2 changes: 1 addition & 1 deletion cmk/gui/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class Request(
"""

# TODO investigate why there are so many form_parts
max_form_parts = 10000
max_form_parts = 20000
# pylint: disable=too-many-ancestors

def __init__(self, environ, populate_request=True, shallow=False):
Expand Down

0 comments on commit 2751b9c

Please sign in to comment.