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/reference-manual/features.md | |
parent | 603604cdfc76d9ae86c02f25d49b7c845d138262 (diff) | |
download | garage-8f86af52ed917bce506989ae1f378d977aa6c3ef.tar.gz garage-8f86af52ed917bce506989ae1f378d977aa6c3ef.zip |
adjust docs for replication factor
Diffstat (limited to 'doc/book/reference-manual/features.md')
-rw-r--r-- | doc/book/reference-manual/features.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/reference-manual/features.md b/doc/book/reference-manual/features.md index f7014b26..34f692cc 100644 --- a/doc/book/reference-manual/features.md +++ b/doc/book/reference-manual/features.md @@ -39,10 +39,10 @@ Read about cluster layout management [here](@/documentation/operations/layout.md ### Several replication modes -Garage supports a variety of replication modes, with 1 copy, 2 copies or 3 copies of your data, +Garage supports a variety of replication modes, with configurable replica count, and with various levels of consistency, in order to adapt to a variety of usage scenarios. -Read our reference page on [supported replication modes](@/documentation/reference-manual/configuration.md#replication_mode) -to select the replication mode best suited to your use case (hint: in most cases, `replication_mode = "3"` is what you want). +Read our reference page on [supported replication modes](@/documentation/reference-manual/configuration.md#replication_factor) +to select the replication mode best suited to your use case (hint: in most cases, `replication_factor = 3` is what you want). ### Compression and deduplication |