Skip to content

Commit 6b26410

Browse files
committed
make default implementation take bigger "slurps" looking for PART21_START tokens
1 parent 3e84677 commit 6b26410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exp2python/python/SCL/Part21.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Lexer(object):
7070
tokens = list(base_tokens)
7171
states = (('slurp', 'exclusive'),)
7272

73-
def __init__(self, debug=0, optimize=0, compatibility_mode=False, header_limit=1024):
73+
def __init__(self, debug=0, optimize=0, compatibility_mode=False, header_limit=4096):
7474
self.base_tokens = list(base_tokens)
7575
self.schema_dict = {}
7676
self.active_schema = {}

0 commit comments

Comments
 (0)