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