mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
fixup! fixup! Pause online delete if there any any gaps in recent ledger history
This commit is contained in:
@@ -645,7 +645,7 @@ SHAMapStoreImp::healthWait()
|
||||
// of lastRotated in run()?
|
||||
lastGoodValidatedLedger_ = index;
|
||||
}
|
||||
numMissing = ledgerMaster_->missingFromCompleteLedgerRange(
|
||||
auto numMissing = ledgerMaster_->missingFromCompleteLedgerRange(
|
||||
lastGoodValidatedLedger_, index);
|
||||
while (
|
||||
!stop_ &&
|
||||
|
||||
Reference in New Issue
Block a user