Skip to content

Commit

Permalink
filter_storages ignores reclaims (solana-labs#29512)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored and gnapoli23 committed Jan 10, 2023
1 parent a232a4a commit 63ffc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/snapshot_minimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ impl<'a> SnapshotMinimizer<'a> {
Some(hashes),
Some(new_storage),
Some(Box::new(write_versions.into_iter())),
StoreReclaims::Default,
StoreReclaims::Ignore,
);

new_storage.flush().unwrap();
Expand Down

0 comments on commit 63ffc46

Please sign in to comment.