Skip to content

Commit

Permalink
Discourage from using very low values for the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 2, 2024
1 parent 4ab56c9 commit 31dcab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnscrypt-proxy/example-dnscrypt-proxy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ http3 = false
## If you have a network with *a lot* of latency, you may need to
## increase this. Startup may be slower if you do so.
## Don't increase it too much. 10000 is the highest reasonable value.
## A timeout below 5000 is not recommended.

timeout = 5000

Expand Down

0 comments on commit 31dcab2

Please sign in to comment.