feat: alter TSDB_CONFIG_PATH_LEN from 128 to 4096

This commit is contained in:
Shungang Li 2024-11-13 16:53:56 +08:00
parent 67da7b1036
commit 9a9f463877
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ enum { RAND_ERR_MEMORY = 1, RAND_ERR_FILE = 2, RAND_ERR_NETWORK = 4 };
#define TSDB_CONFIG_VALUE_LEN 64
#define TSDB_CONFIG_SCOPE_LEN 8
#define TSDB_CONFIG_NUMBER 16
#define TSDB_CONFIG_PATH_LEN 128
#define TSDB_CONFIG_PATH_LEN 4096
#define TSDB_CONFIG_INFO_LEN 64
#define QUERY_ID_SIZE 20