From 7b29d62f04a4a91333c3850e83ae5a49fcafe7da Mon Sep 17 00:00:00 2001 From: kailixu Date: Thu, 14 Sep 2023 20:18:13 +0800 Subject: [PATCH] enh: timeseries update optimize --- include/common/tglobal.h | 1 - source/common/src/tglobal.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/common/tglobal.h b/include/common/tglobal.h index 1b37c8c855..1c5510ba0d 100644 --- a/include/common/tglobal.h +++ b/include/common/tglobal.h @@ -198,7 +198,6 @@ extern int32_t tsTtlPushIntervalSec; extern int32_t tsTtlBatchDropNum; extern int32_t tsTrimVDbIntervalSec; extern int32_t tsGrantHBInterval; -extern int32_t tsGrantFetchInterval; extern int32_t tsUptimeInterval; extern int32_t tsRpcRetryLimit; diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 5afd0f10d3..90812a66b2 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -247,7 +247,6 @@ int32_t tsTtlUnit = 86400; int32_t tsTtlPushIntervalSec = 10; int32_t tsTrimVDbIntervalSec = 60 * 60; // interval of trimming db in all vgroups int32_t tsGrantHBInterval = 60; -int32_t tsGrantFetchInterval = 5; int32_t tsUptimeInterval = 300; // seconds char tsUdfdResFuncs[512] = ""; // udfd resident funcs that teardown when udfd exits char tsUdfdLdLibPath[512] = "";