Increase the default cache size and minimum TTL

This commit is contained in:
Frank Denis 2019-11-03 17:31:41 +01:00
parent e0c37f92fc
commit 9852a289f8
1 changed files with 2 additions and 2 deletions

View File

@ -315,12 +315,12 @@ cache = true
## Cache size
cache_size = 512
cache_size = 1024
## Minimum TTL for cached entries
cache_min_ttl = 600
cache_min_ttl = 2400
## Maximum TTL for cached entries