mirror of https://github.com/hashicorp/consul
Merge pull request #9091 from scellef/correct-upgrade-guide
Correcting text on when default was changed in Consulpull/9238/head
commit
0cc8d8e0a1
|
@ -137,8 +137,8 @@ Starting with Consul 1.7.1 this is the new default.
|
||||||
### Vault: default `http_max_conns_per_client` too low to run Vault properly
|
### Vault: default `http_max_conns_per_client` too low to run Vault properly
|
||||||
|
|
||||||
Consul 1.6.3 introduced [limiting of connections per client](/docs/agent/options#http_max_conns_per_client). The default value
|
Consul 1.6.3 introduced [limiting of connections per client](/docs/agent/options#http_max_conns_per_client). The default value
|
||||||
was 100, but Vault could use up to 128, which caused problems. If you want to use Vault with Consul 1.6.3, you should change the value to 200.
|
was 100, but Vault could use up to 128, which caused problems. If you want to use Vault with Consul 1.6.3 through 1.7.0, you should change the value to 200.
|
||||||
Starting with Consul 1.6.4 this is the new default.
|
Starting with Consul 1.7.1 this is the new default.
|
||||||
|
|
||||||
## Consul 1.6.0
|
## Consul 1.6.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue