[TD-319] change the length of fqdn from 72 to 256

This commit is contained in:
Shengliang Guan 2020-05-18 11:09:16 +08:00
parent 67d5962146
commit 8b098e37c0
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ void tsDataSwap(void *pLeft, void *pRight, int32_t type, int32_t size);
#define TSDB_LOCALE_LEN 64
#define TSDB_TIMEZONE_LEN 64
#define TSDB_FQDN_LEN 72
#define TSDB_FQDN_LEN 256
#define TSDB_IPv4ADDR_LEN 16
#define TSDB_FILENAME_LEN 128
#define TSDB_METER_VNODE_BITS 20