Reflect use of prune margin epochs at import

This commit is contained in:
Emilia Hane
2023-01-24 10:10:11 +01:00
parent d4795601f2
commit 9c2e623555
2 changed files with 17 additions and 15 deletions

View File

@@ -201,10 +201,6 @@ impl Config {
pub fn create_data_dir(&self) -> Result<PathBuf, String> {
ensure_dir_exists(self.get_data_dir())
}
pub fn get_blob_prune_margin_epochs(&self) -> Option<u64> {
self.store.blob_prune_margin_epochs
}
}
/// Ensure that the directory at `path` exists, by creating it and all parents if necessary.