We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486a6bb commit 05945b6Copy full SHA for 05945b6
1 file changed
src/replication.cpp
@@ -3745,7 +3745,7 @@ void syncWithMaster(connection *conn) {
3745
}
3746
3747
/* Prepare a suitable temp file for bulk transfer */
3748
- if (!useDisklessLoad() && !mi->isRocksdbSnapshotRepl) {
+ if (!useDisklessLoad() && !mi->isKeydbFastsync) {
3749
while(maxtries--) {
3750
auto dt = std::chrono::system_clock::now().time_since_epoch();
3751
auto dtMillisecond = std::chrono::duration_cast<std::chrono::milliseconds>(dt);
0 commit comments