From 49edce1076d70a87cb174604d13a056762830c05 Mon Sep 17 00:00:00 2001 From: Joel Watson Date: Mon, 20 Jul 2020 16:49:46 -0500 Subject: [PATCH] docs: Add raft_multiplier default clarification (#8339) --- website/pages/docs/install/performance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/install/performance.mdx b/website/pages/docs/install/performance.mdx index 2e970fa2f5..5f80f2e719 100644 --- a/website/pages/docs/install/performance.mdx +++ b/website/pages/docs/install/performance.mdx @@ -73,7 +73,7 @@ The value of `raft_multiplier` is a scaling factor and directly affects the foll | ElectionTimeout | 1000ms | default | | LeaderLeaseTimeout | 500ms | default | -So a scaling factor of `5` (i.e. `raft_multiplier: 5`) updates the following values: +By default, Consul uses a scaling factor of `5` (i.e. `raft_multiplier: 5`), which results in the following values: | Param | Value | Calculation | | ------------------ | -----: | ----------: |