refactor: remove max_write_errors and max_faults

This commit is contained in:
Yureka
2024-03-04 18:37:00 +01:00
parent bbde9bc912
commit 6760895926
5 changed files with 5 additions and 19 deletions
-1
View File
@@ -247,7 +247,6 @@ impl Garage {
let control_rep_param = TableFullReplication {
system: system.clone(),
max_faults: replication_mode.control_write_max_faults(),
};
info!("Initialize block manager...");