[td-225] reset retry to 0 for each HB

This commit is contained in:
Haojun Liao 2020-10-27 22:59:26 +08:00
parent 67c3831601
commit 9898b2f483
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ void tscProcessActivityTimer(void *handle, void *tmrId) {
assert(*pHB->self == pHB);
pHB->retry = 0;
int32_t code = tscProcessSql(pHB);
taosCacheRelease(tscObjCache, (void**) &p, false);