Skip to content

Commit 0b58185

Browse files
authored
Decreased DNS timeout to 3000ms
1 parent b058f84 commit 0b58185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/dnscrypt-proxy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ force_tcp = false
7171

7272
## How long a DNS query will wait for a response, in milliseconds
7373

74-
timeout = 5000
74+
timeout = 3000
7575

7676

7777
## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'

0 commit comments

Comments
 (0)