regexp: fix startup coredump caused by not increase the config array length
This commit is contained in:
parent
8d11d1efac
commit
e9dab0ddf9
|
@ -20,7 +20,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define TSDB_CFG_MAX_NUM 116 // 110 + 6 with lossy option
|
||||
#define TSDB_CFG_MAX_NUM 117 // 110 + 6 with lossy option
|
||||
#define TSDB_CFG_PRINT_LEN 23
|
||||
#define TSDB_CFG_OPTION_LEN 24
|
||||
#define TSDB_CFG_VALUE_LEN 41
|
||||
|
|
Loading…
Reference in New Issue