diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-19 17:00:01 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-19 23:39:47 +0200 |
commit | 550ce7db2a43ddff310df710b78aab4a11436a2b (patch) | |
tree | 13c69699d1dfb526f79d14a57565a87ce3a3a105 /script | |
parent | 12190efd410002a75b28167526273b9276d36bd2 (diff) | |
download | garage-550ce7db2a43ddff310df710b78aab4a11436a2b.tar.gz garage-550ce7db2a43ddff310df710b78aab4a11436a2b.zip |
Update doc: quick_start
Diffstat (limited to 'script')
-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" |