website: Fix nesting for "raft_multiplier" option

This commit is contained in:
Mikhail Zholobov 2017-01-17 14:59:18 +02:00
parent d75900a94f
commit d54630ed79
No known key found for this signature in database
GPG Key ID: 467E2D8B15AE6DB3
1 changed files with 14 additions and 14 deletions

View File

@ -716,7 +716,7 @@ 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:
* <a name="raft_multiplier"></a><a href="#raft_multiplier">`raft_multiplier`</a> - An integer
* <a name="raft_multiplier"></a><a href="#raft_multiplier">`raft_multiplier`</a> - 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.