changeset 2538:9921d60bd8e4

Increase fanalyze max lengths of greplists.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Oct 2020 21:28:52 +0300
parents 646641d72128
children c6ee41fd98dd
files tools/fanalyze.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fanalyze.c	Sat Aug 29 00:20:08 2020 +0300
+++ b/tools/fanalyze.c	Thu Oct 22 21:28:52 2020 +0300
@@ -14,8 +14,8 @@
 #define SET_MAX_ELEMS          256
 #define SET_MAX_VARIANTS       4
 
-#define SET_MAX_GREP_VALUES    64
-#define SET_MAX_GREP_LIST      64
+#define SET_MAX_GREP_VALUES    128
+#define SET_MAX_GREP_LIST      128
 
 #define SET_MAX_SEQUENCES      1024
 #define SET_MAX_PLACES         1024