Skip to content

Commit

Permalink
set trim_to_size
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed Mar 22, 2024
1 parent b0f76f3 commit 4fd3b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/blob_db/blob_db_impl_filesnapshot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Status BlobDBImpl::GetLiveFilesStorageInfo(
file.directory = bdb_options_.blob_dir;
file.relative_filename = BlobFileName(blob_number);
file.file_type = kBlobFile;
file.trim_to_size = true;
files->push_back(std::move(file));
}
}
Expand Down

0 comments on commit 4fd3b64

Please sign in to comment.