other: change grant hb to 60 sec

This commit is contained in:
Cary Xu 2022-07-06 20:48:14 +08:00
parent b22986ced0
commit cc488bdc07
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ int32_t tsTransPullupInterval = 2;
int32_t tsMqRebalanceInterval = 2;
int32_t tsTtlUnit = 86400;
int32_t tsTtlPushInterval = 60;
int32_t tsGrantHBInterval = 1;
int32_t tsGrantHBInterval = 60;
void taosAddDataDir(int32_t index, char *v1, int32_t level, int32_t primary) {