filter_storages ignores reclaims (#29512)
This commit is contained in:
parent
ef72140173
commit
150ac80cfa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue