bundles/unbound: better caching
This commit is contained in:
parent
5935aed0db
commit
5e45efb7ae
2 changed files with 11 additions and 2 deletions
|
@ -27,7 +27,12 @@ server:
|
|||
access-control: ::1 allow
|
||||
% endif
|
||||
|
||||
msg-cache-size: ${cache_size}
|
||||
msg-cache-slabs: ${cache_slabs}
|
||||
rrset-cache-size: ${cache_size}
|
||||
rrset-cache-slabs: ${cache_slabs}
|
||||
cache-max-ttl: ${max_ttl}
|
||||
cache-max-negative-ttl: 600
|
||||
|
||||
use-syslog: yes
|
||||
log-queries: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue