Add a note about http_max_conns_per_client. (#8344)

This commit is contained in:
ncabatoff 2020-03-13 07:50:00 -04:00 committed by GitHub
parent 737fdc34e7
commit fedfb3d171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@ and [`cluster_addr`][cluster-addr] ([example][listener-example]).
register itself with Consul.
- `max_parallel` `(string: "128")` Specifies the maximum number of concurrent
requests to Consul.
requests to Consul. Make sure that your Consul agents are configured to
support this level of parallelism, see
[http_max_conns_per_client](https://www.consul.io/docs/agent/options.html#http_max_conns_per_client).
- `path` `(string: "vault/")` Specifies the path in Consul's key-value store
where Vault data will be stored.