aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2020-05-14 12:58:58 -0400
committerGravatar GitHub <noreply@github.com> 2020-05-14 09:58:58 -0700
commitf4cb9a1ba3e3ef51873b7e6283948aef0256a29f (patch)
tree83580d4b3865e9bbe6dc3da979c10fabed3e7cd2
parentf534c3f3aeb206ff31c2d3b18148e3ad72789ae8 (diff)
downloadcoredns-f4cb9a1ba3e3ef51873b7e6283948aef0256a29f.tar.gz
coredns-f4cb9a1ba3e3ef51873b7e6283948aef0256a29f.tar.zst
coredns-f4cb9a1ba3e3ef51873b7e6283948aef0256a29f.zip
fix readme (#3889)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r--plugin/forward/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md
index be9d29ecf..e745e2970 100644
--- a/plugin/forward/README.md
+++ b/plugin/forward/README.md
@@ -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