Remove ledger purge batching (#10830)

This commit is contained in:
sakridge
2020-06-29 14:44:35 -07:00
committed by GitHub
parent 59aa299d05
commit 583cec922b
7 changed files with 34 additions and 76 deletions

View File

@ -42,7 +42,7 @@ fn test_multiple_threads_insert_shred() {
assert_eq!(meta0.next_slots, expected_next_slots);
// Delete slots for next iteration
blockstore.purge_slots(0, num_threads + 1);
blockstore.purge_and_compact_slots(0, num_threads + 1);
}
// Cleanup