lowering the value

This commit is contained in:
Miroslav Stampar 2011-04-10 22:57:17 +00:00
parent 14219a3dac
commit 8597409d9e

View File

@ -291,7 +291,7 @@ REFLECTED_NON_ALPHA_NUM_REGEX = r'[^<>\\r\\n]+?'
URLENCODE_FAILSAFE_CHARS = '()|,'
# maximum length of urlencoded value after which failsafe procedure takes away
URLENCODE_CHAR_LIMIT = 4000
URLENCODE_CHAR_LIMIT = 2000
# default schema for Microsoft SQL Server DBMS
DEFAULT_MSSQL_SCHEMA = 'dbo'