fix(garage): Switch to dangerous mode
This commit is contained in:
parent
8fc2d93244
commit
5b02658e08
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ in
|
|||
|
||||
db_engine = "lmdb";
|
||||
|
||||
consistency_mode = "consistent";
|
||||
consistency_mode = "dangerous";
|
||||
replication_factor = 2;
|
||||
|
||||
compression_level = 7;
|
||||
|
|
Loading…
Reference in a new issue