mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-18 02:54:30 +01:00
change: config: cache_max_expire default value from 8600 to 86400
This commit is contained in:
parent
be86d1df27
commit
5e5d1059d7
@ -101,7 +101,7 @@ func newConfig() Config {
|
||||
CacheNegMinTTL: 60,
|
||||
CacheNegMaxTTL: 600,
|
||||
CacheMinTTL: 60,
|
||||
CacheMaxTTL: 8600,
|
||||
CacheMaxTTL: 86400,
|
||||
SourceRequireNoLog: true,
|
||||
SourceRequireNoFilter: true,
|
||||
SourceIPv4: true,
|
||||
|
Loading…
Reference in New Issue
Block a user