From e7dac3c5175f512b174d432ade7b22865f8cff6e Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 16 Dec 2024 19:46:21 +0800 Subject: [PATCH] update default para --- source/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 9509328a6a..f28b4a3249 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -127,7 +127,7 @@ bool tsEnableTelem = false; #else bool tsEnableTelem = true; #endif -int32_t tsTelemInterval = 60; +int32_t tsTelemInterval = 86400; char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.tdengine.com"; uint16_t tsTelemPort = 80; char *tsTelemUri = "/report";