fix: update telemetry and trans timer
This commit is contained in:
parent
5257b77f94
commit
9c5a66439a
|
@ -114,7 +114,7 @@ static void *mndThreadFp(void *param) {
|
||||||
mndTtlTimer(pMnode);
|
mndTtlTimer(pMnode);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lastTime % (tsTransPullupInterval * 10) == 1) {
|
if (lastTime % (tsTransPullupInterval * 10) == 0) {
|
||||||
mndPullupTrans(pMnode);
|
mndPullupTrans(pMnode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue