Skip to content

Commit caec52d

Browse files
committed
Increased QUERY_DIGEST_MAX_LENGTH
from 7000 to 65000
1 parent efbdf3b commit caec52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/c_tokenizer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#endif /* FIRST_COMMENT_MAX_LENGTH */
1212

1313
#ifndef QUERY_DIGEST_MAX_LENGTH
14-
#define QUERY_DIGEST_MAX_LENGTH 7000
14+
#define QUERY_DIGEST_MAX_LENGTH 65000
1515
#endif /* QUERY_DIGEST_MAX_LENGTH */
1616

1717
typedef struct

0 commit comments

Comments
 (0)