fix: update telemetry and trans timer

This commit is contained in:
Shengliang Guan 2022-08-23 12:40:57 +08:00
parent 5257b77f94
commit 9c5a66439a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ static void *mndThreadFp(void *param) {
mndTtlTimer(pMnode);
}
if (lastTime % (tsTransPullupInterval * 10) == 1) {
if (lastTime % (tsTransPullupInterval * 10) == 0) {
mndPullupTrans(pMnode);
}