Merge pull request #144 from rbkmoney/cache-negative-ttl

add negative cache ttl
This commit is contained in:
TeadRIM 2020-09-23 10:21:17 +03:00 committed by GitHub
commit 63adfb53c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,9 @@ server:
# cache. Items are not cached for longer. In seconds.
cache-max-ttl: {{ salt['pillar.get']('unbound:cache-max-ttl', 86400) }}
#
cache-max-negative-ttl: {{ salt['pillar.get']('unbound:cache-max-negative-ttl', 10) }}
# the time to live (TTL) value for cached roundtrip times, lameness and
# EDNS version information for hosts. In seconds.
infra-host-ttl: {{ salt['pillar.get']('unbound:infra-host-ttl', 900) }}