From 9c5a66439ad4f41a8ec064242934504cec320b32 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Tue, 23 Aug 2022 12:40:57 +0800 Subject: [PATCH] fix: update telemetry and trans timer --- source/dnode/mnode/impl/src/mndMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnode/mnode/impl/src/mndMain.c b/source/dnode/mnode/impl/src/mndMain.c index b8ea6b2c28..1693ef7d65 100644 --- a/source/dnode/mnode/impl/src/mndMain.c +++ b/source/dnode/mnode/impl/src/mndMain.c @@ -114,7 +114,7 @@ static void *mndThreadFp(void *param) { mndTtlTimer(pMnode); } - if (lastTime % (tsTransPullupInterval * 10) == 1) { + if (lastTime % (tsTransPullupInterval * 10) == 0) { mndPullupTrans(pMnode); }