diff options
Diffstat (limited to 'plugin/forward/README.md')
-rw-r--r-- | plugin/forward/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index 9223d22d8..d87ba2eec 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -82,6 +82,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. +- 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 10ms + ## Metrics If monitoring is enabled (via the *prometheus* directive) then the following metric are exported: |