Merge pull request #16317 from taosdata/release/ver-3.0.0.1

fix: update telemetry and trans timer
This commit is contained in:
Shengliang Guan 2022-08-23 14:46:17 +08:00 committed by GitHub
commit b1224eb705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static void *mndThreadFp(void *param) {
mndCalMqRebalance(pMnode);
}
if (lastTime % (tsTelemInterval * 10) == 0) {
if (lastTime % (tsTelemInterval * 10) == 1) {
mndPullupTelem(pMnode);
}