diff options
Diffstat (limited to 'script/dev-cluster.sh')
-rwxr-xr-x | script/dev-cluster.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/dev-cluster.sh b/script/dev-cluster.sh index 81d22083..74a8cd4c 100755 --- a/script/dev-cluster.sh +++ b/script/dev-cluster.sh @@ -32,7 +32,6 @@ data_dir = "/tmp/garage-data-$count" rpc_bind_addr = "0.0.0.0:$((3900+$count))" # the port other Garage nodes will use to talk to this node rpc_public_addr = "127.0.0.1:$((3900+$count))" bootstrap_peers = [] -max_concurrent_rpc_requests = 12 replication_mode = "3" rpc_secret = "$NETWORK_SECRET" |