Revert "update(garage): increase replication factor"
This reverts commit 73fb37da38.
This commit is contained in:
parent
73fb37da38
commit
897c9d9e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ let hosts = import ../hosts.nix; in {
|
|||
package = pkgs.garage_2;
|
||||
settings = {
|
||||
# data_dir = "/mnt/raid/garage/";
|
||||
replication_factor = 2;
|
||||
replication_factor = 1;
|
||||
rpc_secret_file = config.age.secrets.garage_rpc_secret.path;
|
||||
rpc_bind_addr = "0.0.0.0:3901";
|
||||
bootstrap_peers = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue