mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
change: config: cache_max_expire default value from 8600 to 86400
This commit is contained in:
parent
be86d1df27
commit
5e5d1059d7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ func newConfig() Config {
|
|||
CacheNegMinTTL: 60,
|
||||
CacheNegMaxTTL: 600,
|
||||
CacheMinTTL: 60,
|
||||
CacheMaxTTL: 8600,
|
||||
CacheMaxTTL: 86400,
|
||||
SourceRequireNoLog: true,
|
||||
SourceRequireNoFilter: true,
|
||||
SourceIPv4: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue