add++ TSDB_CFG_MAX_NUM

This commit is contained in:
AlexDuan 2021-08-31 10:43:58 +08:00
parent f1fe388881
commit 281a63af72
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(lossy) + 1(deadlock)
#define TSDB_CFG_PRINT_LEN 23
#define TSDB_CFG_OPTION_LEN 24
#define TSDB_CFG_VALUE_LEN 41