Skip to content

Commit 012c83f

Browse files
committed
changing DEFAULT_MAX_DEPTH to 25
1 parent 04c3a08 commit 012c83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperbase/parsers/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from hyperbase.parsers.parse_result import ParseResult
88

99

10-
DEFAULT_MAX_DEPTH = 50
10+
DEFAULT_MAX_DEPTH = 25
1111

1212

1313
class Parser:

0 commit comments

Comments
 (0)