From 71d39225baab55f15aa440f7ba170722550d4fb3 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 7 Mar 2022 16:09:52 +0800 Subject: [PATCH] minor changes --- 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 f62f8e5d7a..9c934cbc55 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -48,7 +48,7 @@ bool tsPrintAuth = 0; // monitor bool tsEnableMonitor = 1; -int32_t tsMonitorInterval = 5; +int32_t tsMonitorInterval = 30; char tsMonitorFqdn[TSDB_FQDN_LEN] = {0}; uint16_t tsMonitorPort = 6043; int32_t tsMonitorMaxLogs = 100; -- GitLab