mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
Merge pull request #144 from rbkmoney/cache-negative-ttl
add negative cache ttl
This commit is contained in:
commit
63adfb53c8
@ -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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user