Commit f4cb9a1b authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

fix readme (#3889)

Signed-off-by: default avatarChris O'Haver <cohaver@infoblox.com>
parent f534c3f3
......@@ -98,10 +98,10 @@ forward FROM TO... {
Also note the TLS config is "global" for the whole forwarding proxy if you need a different
`tls-name` for different upstreams you're out of luck.
On each endpoint, the timeouts of the communication are set by default and automatically tuned depending early results.
On each endpoint, the timeouts for communication are set as follows:
* dialTimeout by default is 30 sec, and can decrease automatically down to 100ms
* readTimeout by default is 2 sec, and can decrease automatically down to 200ms
* The dial timeout by default is 30s, and can decrease automatically down to 100ms based on early results.
* The read timeout is static at 2s.
## Metrics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment