This commit is contained in:
2024-12-24 21:24:01 -06:00
parent 923e3be6a5
commit 8531500d7d

View File

@ -189,6 +189,7 @@ auto file_manager::evict_file(const std::string &api_path) -> bool {
auto allocated = closeable_file->get_allocated();
closeable_file.reset();
auto removed = remove_source_and_shrink_cache(api_path, source_path, fsi.size,
allocated);
if (removed) {