Merge pull request #15145 from taosdata/feature/3.0_mhli

refactor(sync): restart heartbeat timer after replicate
This commit is contained in:
Li Minghao 2022-07-19 19:57:44 +08:00 committed by GitHub
commit 649218fee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}