enh: timeseries update optimize

This commit is contained in:
kailixu 2023-09-14 20:18:13 +08:00
parent 449092c5dc
commit 7b29d62f04
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -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] = "";