未验证 提交 b2fb1bd8 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

Merge pull request #14088 from taosdata/fix/ZhiqiangWang/TD-16357-fix-sim-test-ttl-error

test: fix sim test ttl error
......@@ -124,11 +124,12 @@ static void *mndThreadFp(void *param) {
setThreadName("mnode-timer");
while (1) {
if (lastTime % 864000 == 0) {
lastTime++;
if (lastTime % (864000) == 0) { // sleep 1 day for ttl
mndPushTtlTime(pMnode);
}
lastTime++;
taosMsleep(100);
if (mndGetStop(pMnode)) break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册