Move DataBlock out of manager.rs

This commit is contained in:
Alex Auvolat
2022-03-15 12:12:12 +01:00
parent c1d9854d2c
commit c3982a90b6
4 changed files with 86 additions and 81 deletions
-3
View File
@@ -153,9 +153,6 @@ impl Garage {
block_ref_table,
});
info!("Start block manager background thread...");
garage.block_manager.clone().spawn_background_worker();
garage
}