committed by
GitHub
parent
66abe45ea1
commit
5ed39de8c5
@ -131,7 +131,6 @@ impl LedgerCleanupService {
|
||||
while let Ok(new_root) = new_root_receiver.try_recv() {
|
||||
root = new_root;
|
||||
}
|
||||
|
||||
if root - *last_purge_slot > purge_interval {
|
||||
let disk_utilization_pre = blockstore.storage_size();
|
||||
info!(
|
||||
|
Reference in New Issue
Block a user