Skip to content

Commit 43d0e3f

Browse files
committed
added maxBlankCount to the second constructor
1 parent b051038 commit 43d0e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testlib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2861,6 +2861,7 @@ InStream::InStream(const InStream &baseStream, std::string content) {
28612861
readManyIteration = NO_INDEX;
28622862
maxFileSize = 128 * 1024 * 1024; // 128MB.
28632863
maxTokenLength = 32 * 1024 * 1024; // 32MB.
2864+
maxBlankCount = 32 * 1024 * 1024; // 32MB.
28642865
maxMessageLength = 32000;
28652866
}
28662867

0 commit comments

Comments
 (0)