From: Clinton Ebadi Date: Wed, 30 Apr 2014 02:18:10 +0000 (-0400) Subject: Increase default cache from 1M to 100M X-Git-Url: http://git.hcoop.net/hcoop/zz_old/debian/djbdns.git/commitdiff_plain/066f94ecc90d594befcf856c1c772bd4c244d368 Increase default cache from 1M to 100M Otherwise, spamhaus might murder us. --- diff --git a/debian/changelog b/debian/changelog index 5798880..a53eaa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +djbdns (1:1.05-8~bpo70+hcoop2) wheezy-backports; urgency=medium + + * Increase CACHESIZE and DATALIMIT + + -- Clinton Ebadi Tue, 29 Apr 2014 22:18:29 -0400 + djbdns (1:1.05-8~bpo70+hcoop1) wheezy-backports; urgency=medium * Backport to wheezy diff --git a/dnscache-run/env/CACHESIZE b/dnscache-run/env/CACHESIZE index 749fce6..ea600cb 100644 --- a/dnscache-run/env/CACHESIZE +++ b/dnscache-run/env/CACHESIZE @@ -1 +1 @@ -1000000 +100000000 diff --git a/dnscache-run/env/DATALIMIT b/dnscache-run/env/DATALIMIT index d4f015c..2c8cca2 100644 --- a/dnscache-run/env/DATALIMIT +++ b/dnscache-run/env/DATALIMIT @@ -1 +1 @@ -3000000 +300000000