diff --git a/unbound.conf b/unbound.conf index de5aa32..653079e 100644 --- a/unbound.conf +++ b/unbound.conf @@ -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. diff --git a/unbound.spec b/unbound.spec index 47f37f9..edb7ae0 100644 --- a/unbound.spec +++ b/unbound.spec @@ -444,7 +444,6 @@ popd %changelog * Mon Jun 15 2015 Tomas Hozza - 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 - 1.5.3-6 - Removed usage of DLV from the default configuration (#1223363)