1
0
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:
Frank Denis 2018-04-10 13:24:13 +02:00
parent 3d34027aeb
commit d559301377

View File

@ -72,7 +72,7 @@ func newConfig() Config {
CertIgnoreTimestamp: false,
EphemeralKeys: false,
Cache: true,
CacheSize: 256,
CacheSize: 512,
CacheNegTTL: 60,
CacheMinTTL: 60,
CacheMaxTTL: 8600,