filter_storages ignores reclaims (#29512)

This commit is contained in:
Jeff Washington (jwash) 2023-01-04 14:38:30 -06:00 committed by GitHub
parent ef72140173
commit 150ac80cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();