add++ TSDB_CFG_MAX_NUM
This commit is contained in:
parent
f1fe388881
commit
281a63af72
|
@ -20,7 +20,7 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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_PRINT_LEN 23
|
||||||
#define TSDB_CFG_OPTION_LEN 24
|
#define TSDB_CFG_OPTION_LEN 24
|
||||||
#define TSDB_CFG_VALUE_LEN 41
|
#define TSDB_CFG_VALUE_LEN 41
|
||||||
|
|
Loading…
Reference in New Issue