refactor(sync): restart heartbeat timer after replicate

This commit is contained in:
Minghao Li 2022-07-19 19:04:11 +08:00
parent 991d6fd8a1
commit 30bf78af96
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,8 @@ int32_t syncNodeReplicate(SSyncNode* pSyncNode) {
break;
}
syncNodeRestartHeartbeatTimer(pSyncNode);
return ret;
}