]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Try messing with signing options
authorPeter Palfrader <peter@palfrader.org>
Tue, 22 Apr 2014 12:44:42 +0000 (14:44 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 22 Apr 2014 12:44:42 +0000 (14:44 +0200)
modules/named/templates/named.conf.options.erb

index ede58e220b2033a5306403e9a911907d3fdab8ee..203d2a51a4b024e801bb602b33c05d5a0f87af83 100644 (file)
@@ -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;
 };