[td-225] fix compiler error on windows

This commit is contained in:
Haojun Liao 2020-10-02 11:11:07 +08:00
parent 7bf8c4489d
commit 8fed6ecaa1
1 changed files with 1 additions and 1 deletions

View File

@ -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);