fix(services -> garage): Set replication_factor
to 1
This commit is contained in:
parent
8da4050d77
commit
95ce17fdef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ data_dir = "/var/lib/garage/data"
|
|||
db_engine = "lmdb"
|
||||
metadata_auto_snapshot_interval = "6h"
|
||||
|
||||
replication_factor = 3
|
||||
replication_factor = 1
|
||||
|
||||
compression_level = 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue