We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e84677 commit 6b26410Copy full SHA for 6b26410
1 file changed
src/exp2python/python/SCL/Part21.py
@@ -70,7 +70,7 @@ class Lexer(object):
70
tokens = list(base_tokens)
71
states = (('slurp', 'exclusive'),)
72
73
- def __init__(self, debug=0, optimize=0, compatibility_mode=False, header_limit=1024):
+ def __init__(self, debug=0, optimize=0, compatibility_mode=False, header_limit=4096):
74
self.base_tokens = list(base_tokens)
75
self.schema_dict = {}
76
self.active_schema = {}
0 commit comments