Bump default cache size

This commit is contained in:
Frank Denis 2018-04-10 13:24:13 +02:00
parent 3d34027aeb
commit d559301377
1 changed files with 1 additions and 1 deletions

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,