From 8b098e37c033c8e967ce88e141e691881b98ace5 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 18 May 2020 11:09:16 +0800 Subject: [PATCH] [TD-319] change the length of fqdn from 72 to 256 --- src/inc/taosdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/taosdef.h b/src/inc/taosdef.h index 61e82720b1..71c2b15ab9 100644 --- a/src/inc/taosdef.h +++ b/src/inc/taosdef.h @@ -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 -- GitLab