Skip to content

Commit 079dcd1

Browse files
committed
Change max_depth
1 parent a0c5438 commit 079dcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chunker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl Chunker {
108108
let mut chunk_len_undo = 0;
109109
let mut num_unclosed_ifs_undo = 0;
110110

111-
let max_depth = 3;
111+
let max_depth = 8;
112112
let mut depth = 0;
113113

114114
loop {

0 commit comments

Comments
 (0)