refactor: update the node change check duration.

This commit is contained in:
Haojun Liao 2023-11-10 15:39:55 +08:00
parent 15430f4d50
commit e957e4ad5f
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ int32_t tsTransPullupInterval = 2;
int32_t tsMqRebalanceInterval = 2;
int32_t tsStreamCheckpointInterval = 60;
float tsSinkDataRate = 2.0;
int32_t tsStreamNodeCheckInterval = 30;
int32_t tsStreamNodeCheckInterval = 15;
int32_t tsTtlUnit = 86400;
int32_t tsTtlPushIntervalSec = 10;
int32_t tsTrimVDbIntervalSec = 60 * 60; // interval of trimming db in all vgroups