make default implementation take bigger "slurps" looking for PART21_START tokens
This commit is contained in:
parent
3e84677ac9
commit
6b26410d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class Lexer(object):
|
|||
tokens = list(base_tokens)
|
||||
states = (('slurp', 'exclusive'),)
|
||||
|
||||
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):
|
||||
self.base_tokens = list(base_tokens)
|
||||
self.schema_dict = {}
|
||||
self.active_schema = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue