From 4faa33517c35c5ff5b442570bfcb0282359bac56 Mon Sep 17 00:00:00 2001
From: Jan Kadlec <jan.kadlec@nic.cz>
Date: Mon, 23 Dec 2013 13:34:57 +0100
Subject: [PATCH] Fixed knot.full.conf for zonefile-sync.

---
 samples/knot.full.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/samples/knot.full.conf b/samples/knot.full.conf
index fb61248117..9099c349bd 100644
--- a/samples/knot.full.conf
+++ b/samples/knot.full.conf
@@ -238,9 +238,11 @@ zones {
 
   # Timeout for syncing changes from zone database to zonefile
   # Possible values: <1..INT_MAX> (seconds)
-  # Default value: 1h (1 hour)
+  # Default value: 0s - immediate sync
   # 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
+  # Warning: If serving a large zone, set this to a larger value
+  #          to keep disk load down.
   zonefile-sync 1h;
 
   # File size limit for IXFR journal
-- 
GitLab