From 7337f9e4809d0a10001a31af5dcda5e4f0398098 Mon Sep 17 00:00:00 2001
From: Jan Vcelak <jan.vcelak@nic.cz>
Date: Thu, 24 Apr 2014 16:00:50 +0200
Subject: [PATCH] man: default value for zonefile-sync

ref #158
---
 man/knot.conf.5.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/knot.conf.5.in b/man/knot.conf.5.in
index e4cc59aad..3138e6d19 100644
--- a/man/knot.conf.5.in
+++ b/man/knot.conf.5.in
@@ -244,10 +244,10 @@ serves as an example of the configuration for knotc(8) and knotd(8).
 
   # Timeout for syncing changes from zone database to zonefile
   # Possible values: <1..INT_MAX> (seconds)
-  # Default value: 1h (1 hour)
+  # Default value: 0s (immediately)
   # It is also possible to suffix with unit size [s/m/h/d]
   # f.e. 1s = 1 day, 1m = 1 minute, 1h = 1 hour, 1d = 1 day
-  zonefile-sync 1h;
+  zonefile-sync 0s;
 
   # File size limit for IXFR journal
   # Possible values: <1..INT_MAX>
-- 
GitLab