missed a refernce to isRocksdbSnapshotRepl
This commit is contained in:
parent
486a6bb7b1
commit
05945b60a8
@ -3745,7 +3745,7 @@ retry_connect:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Prepare a suitable temp file for bulk transfer */
|
/* Prepare a suitable temp file for bulk transfer */
|
||||||
if (!useDisklessLoad() && !mi->isRocksdbSnapshotRepl) {
|
if (!useDisklessLoad() && !mi->isKeydbFastsync) {
|
||||||
while(maxtries--) {
|
while(maxtries--) {
|
||||||
auto dt = std::chrono::system_clock::now().time_since_epoch();
|
auto dt = std::chrono::system_clock::now().time_since_epoch();
|
||||||
auto dtMillisecond = std::chrono::duration_cast<std::chrono::milliseconds>(dt);
|
auto dtMillisecond = std::chrono::duration_cast<std::chrono::milliseconds>(dt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user