[rm-sled] Remove counted_tree_hack

This commit is contained in:
Alex Auvolat
2024-03-08 14:59:56 +01:00
parent 44454aac01
commit 05c92204ec
14 changed files with 48 additions and 247 deletions
+1 -7
View File
@@ -121,13 +121,7 @@ impl Worker for LifecycleWorker {
mpu_aborted,
..
} => {
let n_objects = self
.garage
.object_table
.data
.store
.fast_len()
.unwrap_or(None);
let n_objects = self.garage.object_table.data.store.len().ok();
let progress = match n_objects {
None => "...".to_string(),
Some(total) => format!(