diff options
author | Yureka <yuka@yuka.dev> | 2024-03-04 18:42:17 +0100 |
---|---|---|
committer | Yureka <yuka@yuka.dev> | 2024-03-05 22:57:08 +0100 |
commit | 8f86af52ed917bce506989ae1f378d977aa6c3ef (patch) | |
tree | c1540ee74b71b7d5521fe16310e3edae391f6392 /doc/book/quick-start/_index.md | |
parent | 603604cdfc76d9ae86c02f25d49b7c845d138262 (diff) | |
download | garage-8f86af52ed917bce506989ae1f378d977aa6c3ef.tar.gz garage-8f86af52ed917bce506989ae1f378d977aa6c3ef.zip |
adjust docs for replication factor
Diffstat (limited to 'doc/book/quick-start/_index.md')
-rw-r--r-- | doc/book/quick-start/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index f359843d..be9fe329 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -59,7 +59,7 @@ metadata_dir = "/tmp/meta" data_dir = "/tmp/data" db_engine = "lmdb" -replication_mode = "none" +replication_factor = 1 rpc_bind_addr = "[::]:3901" rpc_public_addr = "127.0.0.1:3901" |