aboutsummaryrefslogtreecommitdiff
path: root/src/model/garage.rs
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-03-05 21:56:17 +0000
committerAlex <alex@adnab.me>2024-03-05 21:56:17 +0000
commit603604cdfc76d9ae86c02f25d49b7c845d138262 (patch)
tree6cfad4bd68493aa2038b60f7f2005ec91bcc0509 /src/model/garage.rs
parentbbde9bc91225ac41ea6e8def61c5b7044bb186a0 (diff)
parent6760895926c23112583dfc53a01ecbcfad02a276 (diff)
downloadgarage-603604cdfc76d9ae86c02f25d49b7c845d138262.tar.gz
garage-603604cdfc76d9ae86c02f25d49b7c845d138262.zip
Merge pull request 'refactor: remove max_write_errors and max_faults' (#760) from yuka/garage:remove-max-write-errors into next-0.10
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/760
Diffstat (limited to 'src/model/garage.rs')
-rw-r--r--src/model/garage.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/garage.rs b/src/model/garage.rs
index fe38a760..561aca8f 100644
--- a/src/model/garage.rs
+++ b/src/model/garage.rs
@@ -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...");