chiark / gitweb /
zoneconf.in: Fix the resign interval.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 1 Mar 2012 15:51:26 +0000 (15:51 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 1 Mar 2012 16:00:59 +0000 (16:00 +0000)
The default is not to resign records if there's more than a quarter of
their lives left to live.  But that's about 12 hours, and there's no
guarantee they'll be resigned in less than 24 hours.  Require an extra
hour for slack.

zoneconf.in

index 21cff51963493f471889794089d3d662e71e1239..7af2845b5e69e602e177cbb773330b4de51819ca 100755 (executable)
@@ -1000,7 +1000,7 @@ define-configuration-space zone ZONECFG {
           "-S" \
           "-K%h/key" \
           "-d%h/ds" \
-          "-s-3600" "-e+176400" \
+          "-s-3600" "-e+176400" "-i90000" \
           "-N%q" \
           "-o%z" \
           "-f%o" \