From 31dcab22b64785ed4bd4a9fc534bd255a1384fff Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 3 Jul 2024 01:58:12 +0200 Subject: [PATCH] Discourage from using very low values for the timeout --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 7819cb8a..fb7e0c31 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -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