Use low maximum negative cache TTL (5 sec) (#1229596)

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2015-06-15 19:35:41 +02:00
parent 9727819990
commit d8ef6e9f01
2 changed files with 4 additions and 1 deletions

View File

@ -150,7 +150,9 @@ server:
# cache-max-ttl: 86400
# the time to live (TTL) value cap for negative responses in the cache
# cache-max-negative-ttl: 3600
# we use really low negative cache TTL in Fedora due to the "Default DNS resolver" Change
# https://bugzilla.redhat.com/show_bug.cgi?id=1229596
cache-max-negative-ttl: 5
# the time to live (TTL) value for cached roundtrip times, lameness and
# EDNS version information for hosts. In seconds.

View File

@ -444,6 +444,7 @@ popd
%changelog
* Mon Jun 15 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-7
- Add option for maximum negative cache TTL (#1229599)
- Use low maximum negative cache TTL (5 sec) (#1229596)
* Tue May 26 2015 Tomas Hozza <thozza@redhat.com> - 1.5.3-6
- Removed usage of DLV from the default configuration (#1223363)