From d54630ed7928de92c6e85c4de2d690f628a6aae8 Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Tue, 17 Jan 2017 14:59:18 +0200 Subject: [PATCH] website: Fix nesting for "raft_multiplier" option --- .../source/docs/agent/options.html.markdown | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index c4c0306eb..96aecabd6 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -716,20 +716,20 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass Consul. See the [Server Performance](/docs/guides/performance.html) guide for more details. The following parameters are available: -* `raft_multiplier` - An integer - multiplier used by Consul servers to scale key Raft timing parameters. Omitting this value - or setting it to 0 uses default timing described below. Lower values are used to tighten - timing and increase sensitivity while higher values relax timings and reduce sensitivity. - Tuning this affects the time it takes Consul to detect leader failures and to perform - leader elections, at the expense of requiring more network and CPU resources for better - performance.

By default, Consul will use a lower-performance timing that's suitable - for [minimal Consul servers](/docs/guides/performance.html#minumum), currently equivalent - to setting this to a value of 5 (this default may be changed in future versions of Consul, - depending if the target minimum server profile changes). Setting this to a value of 1 will - configure Raft to its highest-performance mode, equivalent to the default timing of Consul - prior to 0.7, and is recommended for [production Consul servers](/docs/guides/performance.html#production). - See the note on [last contact](/docs/guides/performance.html#last-contact) timing for more - details on tuning this parameter. The maximum allowed value is 10. + * `raft_multiplier` - An integer + multiplier used by Consul servers to scale key Raft timing parameters. Omitting this value + or setting it to 0 uses default timing described below. Lower values are used to tighten + timing and increase sensitivity while higher values relax timings and reduce sensitivity. + Tuning this affects the time it takes Consul to detect leader failures and to perform + leader elections, at the expense of requiring more network and CPU resources for better + performance.

By default, Consul will use a lower-performance timing that's suitable + for [minimal Consul servers](/docs/guides/performance.html#minumum), currently equivalent + to setting this to a value of 5 (this default may be changed in future versions of Consul, + depending if the target minimum server profile changes). Setting this to a value of 1 will + configure Raft to its highest-performance mode, equivalent to the default timing of Consul + prior to 0.7, and is recommended for [production Consul servers](/docs/guides/performance.html#production). + See the note on [last contact](/docs/guides/performance.html#last-contact) timing for more + details on tuning this parameter. The maximum allowed value is 10. * `ports` This is a nested object that allows setting the bind ports for the following keys: