mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Bump default cache size
This commit is contained in:
parent
3d34027aeb
commit
d559301377
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func newConfig() Config {
|
|||
CertIgnoreTimestamp: false,
|
||||
EphemeralKeys: false,
|
||||
Cache: true,
|
||||
CacheSize: 256,
|
||||
CacheSize: 512,
|
||||
CacheNegTTL: 60,
|
||||
CacheMinTTL: 60,
|
||||
CacheMaxTTL: 8600,
|
||||
|
|
Loading…
Add table
Reference in a new issue