[td-225] reset retry to 0 for each HB
This commit is contained in:
parent
67c3831601
commit
9898b2f483
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue