From 9ab9ef7aa91bf76b3f8b4195ca4dc488214f097f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 22 Apr 2014 14:44:42 +0200 Subject: [PATCH] Try messing with signing options --- modules/named/templates/named.conf.options.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/named/templates/named.conf.options.erb b/modules/named/templates/named.conf.options.erb index ede58e22..203d2a51 100644 --- a/modules/named/templates/named.conf.options.erb +++ b/modules/named/templates/named.conf.options.erb @@ -51,6 +51,11 @@ options { }; <% end -%> + // Defaults are 100 and 10, causing lots and lots of tiny updates. + // This way, I hope, we'll get fewer (and thus bigger) updates. -- weasel + sig-signing-nodes 5000; + sig-signing-signatures 1000; + max-journal-size 100K; }; -- 2.39.2