Allow for reads if one volume is down

This commit is contained in:
Silas Brack 2026-03-08 13:08:49 +01:00
parent 640f9afba5
commit 1fc59674f5
4 changed files with 70 additions and 14 deletions

View file

@ -14,6 +14,7 @@ clap = { version = "4", features = ["derive", "env"] }
tracing = "0.1"
tracing-subscriber = "0.3"
sha2 = "0.10"
rand = "0.8"
[profile.release]
opt-level = 3