regexp: fix startup coredump caused by not increase the config array length

This commit is contained in:
shenglian zhou 2021-09-09 17:31:42 +08:00
parent 8d11d1efac
commit e9dab0ddf9
1 changed files with 1 additions and 1 deletions

View File

@ -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