fixup! fixup! Pause online delete if there any any gaps in recent ledger history

This commit is contained in:
Ed Hennis
2025-07-02 19:05:06 -04:00
parent d3009d3e1c
commit 68076d969c

View File

@@ -645,7 +645,7 @@ SHAMapStoreImp::healthWait()
// of lastRotated in run()?
lastGoodValidatedLedger_ = index;
}
numMissing = ledgerMaster_->missingFromCompleteLedgerRange(
auto numMissing = ledgerMaster_->missingFromCompleteLedgerRange(
lastGoodValidatedLedger_, index);
while (
!stop_ &&