提交 8fed6eca 编写于 作者: H Haojun Liao

[td-225] fix compiler error on windows

上级 7bf8c448
......@@ -178,7 +178,7 @@ void tscProcessHeartBeatRsp(void *param, TAOS_RES *tres, int code) {
}
if (pObj->pHb != NULL) {
int64_t waitingDuring = tsShellActivityTimer * 500;
int32_t waitingDuring = tsShellActivityTimer * 500;
tscDebug("%p start heartbeat in %"PRId64"ms", pSql, waitingDuring);
taosTmrReset(tscProcessActivityTimer, waitingDuring, pObj, tscTmr, &pObj->pTimer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册