Skip to content

Commit 05945b6

Browse files
missed a refernce to isRocksdbSnapshotRepl
1 parent 486a6bb commit 05945b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/replication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3745,7 +3745,7 @@ void syncWithMaster(connection *conn) {
37453745
}
37463746

37473747
/* Prepare a suitable temp file for bulk transfer */
3748-
if (!useDisklessLoad() && !mi->isRocksdbSnapshotRepl) {
3748+
if (!useDisklessLoad() && !mi->isKeydbFastsync) {
37493749
while(maxtries--) {
37503750
auto dt = std::chrono::system_clock::now().time_since_epoch();
37513751
auto dtMillisecond = std::chrono::duration_cast<std::chrono::milliseconds>(dt);

0 commit comments

Comments
 (0)