mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-27 00:12:31 +01:00
Increase the default cache size and minimum TTL
This commit is contained in:
parent
e0c37f92fc
commit
9852a289f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user