From 8b16e8d3ba54829a79541ccc453781c948a1dd94 Mon Sep 17 00:00:00 2001 From: David Wittman Date: Tue, 30 Oct 2012 04:18:49 -0500 Subject: [PATCH] Add delay to default settings in lsyncd.lua --- modules/lsync.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/lsync.sh b/modules/lsync.sh index 70c80ec..0db9387 100755 --- a/modules/lsync.sh +++ b/modules/lsync.sh @@ -290,8 +290,9 @@ configure() { settings = { logfile = "/var/log/lsyncd/lsyncd.log", statusFile = "/var/log/lsyncd/lsyncd-status.log", - statusInterval = 20 - } + statusInterval = 20, + delay = 20 + }, servers = { EOF