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";