comparison tools/fanalyze.c @ 2538:9921d60bd8e4

Increase fanalyze max lengths of greplists.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Oct 2020 21:28:52 +0300
parents fcaf2db0cd05
children d75431bf1a7d
comparison
equal deleted inserted replaced
2537:646641d72128 2538:9921d60bd8e4
12 12
13 #define SET_MAX_FILES 64 13 #define SET_MAX_FILES 64
14 #define SET_MAX_ELEMS 256 14 #define SET_MAX_ELEMS 256
15 #define SET_MAX_VARIANTS 4 15 #define SET_MAX_VARIANTS 4
16 16
17 #define SET_MAX_GREP_VALUES 64 17 #define SET_MAX_GREP_VALUES 128
18 #define SET_MAX_GREP_LIST 64 18 #define SET_MAX_GREP_LIST 128
19 19
20 #define SET_MAX_SEQUENCES 1024 20 #define SET_MAX_SEQUENCES 1024
21 #define SET_MAX_PLACES 1024 21 #define SET_MAX_PLACES 1024
22 22
23 23