diff options
author | 2022-05-19 11:48:25 +0200 | |
---|---|---|
committer | 2022-05-19 02:48:25 -0700 | |
commit | d594d613415ae25288f8216980d7578194f64e27 (patch) | |
tree | 5e3b90a277da020f0797a12437b13d670c046a90 /plugin | |
parent | 68316f4efbf70cf1927aca7965f93d6018a33f92 (diff) | |
download | coredns-d594d613415ae25288f8216980d7578194f64e27.tar.gz coredns-d594d613415ae25288f8216980d7578194f64e27.tar.zst coredns-d594d613415ae25288f8216980d7578194f64e27.zip |
Correct timeout description (#5388)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/forward/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index 1ea335bf2..d0c124e7f 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -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: -* 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. ## Metadata |