From 133469174d9812c33c912bfe93e641763acd10df Mon Sep 17 00:00:00 2001 From: quindecim Date: Thu, 3 Dec 2020 16:24:03 -0500 Subject: [PATCH] [UPDATE] - Reduced the max. query waiting time from 1500 to 1000 ms. --- config/dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 3c82061..e3e89fa 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -109,7 +109,7 @@ force_tcp = false ## increase this. Startup may be slower if you do so. ## Don't increase it too much. 10000 is the highest reasonable value. -timeout = 1500 +timeout = 1000 ## Keepalive for HTTP (HTTPS, HTTP/2) queries, in seconds