Merge pull request #16317 from taosdata/release/ver-3.0.0.1
fix: update telemetry and trans timer
This commit is contained in:
commit
b1224eb705
|
@ -122,7 +122,7 @@ static void *mndThreadFp(void *param) {
|
|||
mndCalMqRebalance(pMnode);
|
||||
}
|
||||
|
||||
if (lastTime % (tsTelemInterval * 10) == 0) {
|
||||
if (lastTime % (tsTelemInterval * 10) == 1) {
|
||||
mndPullupTelem(pMnode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue