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

This reverts commit d8ef6e9f01.
This commit is contained in:
Tomas Hozza 2015-06-16 21:50:42 +02:00
parent d8ef6e9f01
commit c5473f18c9
2 changed files with 1 additions and 4 deletions

View File

@ -150,9 +150,7 @@ server:
# cache-max-ttl: 86400
# the time to live (TTL) value cap for negative responses in the cache
# 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
# cache-max-negative-ttl: 3600
# the time to live (TTL) value for cached roundtrip times, lameness and
# EDNS version information for hosts. In seconds.

View File

@ -444,7 +444,6 @@ 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)