mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-18 02:54:30 +01:00
Bump default cache size
This commit is contained in:
parent
3d34027aeb
commit
d559301377
@ -72,7 +72,7 @@ func newConfig() Config {
|
||||
CertIgnoreTimestamp: false,
|
||||
EphemeralKeys: false,
|
||||
Cache: true,
|
||||
CacheSize: 256,
|
||||
CacheSize: 512,
|
||||
CacheNegTTL: 60,
|
||||
CacheMinTTL: 60,
|
||||
CacheMaxTTL: 8600,
|
||||
|
Loading…
Reference in New Issue
Block a user