From 066f94ecc90d594befcf856c1c772bd4c244d368 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 29 Apr 2014 22:18:10 -0400 Subject: [PATCH] Increase default cache from 1M to 100M Otherwise, spamhaus might murder us. --- debian/changelog | 6 ++++++ dnscache-run/env/CACHESIZE | 2 +- dnscache-run/env/DATALIMIT | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.20.1