Commit d594d613 authored by RetoHaslerMGB's avatar RetoHaslerMGB Committed by GitHub

Correct timeout description (#5388)

parent 68316f4e
...@@ -103,7 +103,7 @@ Also note the TLS config is "global" for the whole forwarding proxy if you need ...@@ -103,7 +103,7 @@ Also note the TLS config is "global" for the whole forwarding proxy if you need
On each endpoint, the timeouts for communication are set as follows: On each endpoint, the timeouts for communication are set as follows:
* The dial timeout by default is 30s, and can decrease automatically down to 100ms based on early results. * The dial timeout by default is 30s, and can decrease automatically down to 1s based on early results.
* The read timeout is static at 2s. * The read timeout is static at 2s.
## Metadata ## Metadata
......
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