aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-06-30 15:03:34 +0200
committerAlex Auvolat <alex@adnab.me>2020-06-30 15:03:34 +0200
commitdb6f1f35a869f9afa22198ee2ac32a812afae3c5 (patch)
tree98e85621b6fcdf9d9f1bb758efbbac79987a439e /README.md
parentc56de7fdd1b6f1606e0f1f9a9e3038fa9dd479f8 (diff)
downloadgarage-db6f1f35a869f9afa22198ee2ac32a812afae3c5.tar.gz
garage-db6f1f35a869f9afa22198ee2ac32a812afae3c5.zip
Rename epidemic_factor to epidemic_fanout (that's what it is); complete conf example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 615573d3..04b8718d 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,11 @@ bootstrap_peers = [
"10.0.0.3:3901",
]
+max_concurrent_rpc_requests = 12
+data_replication_factor = 3
+meta_replication_factor = 3
+meta_epidemic_fanout = 3
+
[rpc_tls]
# NOT RECOMMENDED: you can skip this section if you don't want to encrypt intra-cluster traffic
# Thanks to genkeys.sh, generating the keys and certificates is easy, so there is NO REASON NOT TO DO IT.