Skip to content

Commit 8597409

Browse files
committed
lowering the value
1 parent 14219a3 commit 8597409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
URLENCODE_FAILSAFE_CHARS = '()|,'
292292

293293
# maximum length of urlencoded value after which failsafe procedure takes away
294-
URLENCODE_CHAR_LIMIT = 4000
294+
URLENCODE_CHAR_LIMIT = 2000
295295

296296
# default schema for Microsoft SQL Server DBMS
297297
DEFAULT_MSSQL_SCHEMA = 'dbo'

0 commit comments

Comments
 (0)