mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Reduce SystemResolverIPTTL
This commit is contained in:
parent
8432827e5d
commit
f052e0ccdf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const (
|
||||||
DefaultBootstrapResolver = "9.9.9.9:53"
|
DefaultBootstrapResolver = "9.9.9.9:53"
|
||||||
DefaultKeepAlive = 5 * time.Second
|
DefaultKeepAlive = 5 * time.Second
|
||||||
DefaultTimeout = 30 * time.Second
|
DefaultTimeout = 30 * time.Second
|
||||||
SystemResolverIPTTL = 24 * time.Hour
|
SystemResolverIPTTL = 12 * time.Hour
|
||||||
MinResolverIPTTL = 4 * time.Hour
|
MinResolverIPTTL = 4 * time.Hour
|
||||||
ExpiredCachedIPGraceTTL = 15 * time.Minute
|
ExpiredCachedIPGraceTTL = 15 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue