Browse Source

Fixes a typo in the performance guide.

pull/2308/head
James Phillips 8 years ago committed by GitHub
parent
commit
e1f9f2fd87
  1. 2
      website/source/docs/guides/performance.html.markdown

2
website/source/docs/guides/performance.html.markdown

@ -47,7 +47,7 @@ When running Consul 0.7 and later in production, it is recommended to configure
[performance parameters](/docs/agent/options.html#performance) back to Consul's original [performance parameters](/docs/agent/options.html#performance) back to Consul's original
high-performance settings. This will let Consul servers detect a failed leader and complete high-performance settings. This will let Consul servers detect a failed leader and complete
leader elections much more quickly than the default configuration which extends key Raft leader elections much more quickly than the default configuration which extends key Raft
timeouts by a factor of 5, so it quite slow during these events. timeouts by a factor of 5, so it can be quite slow during these events.
The high performance configuration is simple and looks like this: The high performance configuration is simple and looks like this:

Loading…
Cancel
Save