From 6cdc1a726b6d27d08f9e77b0a21b3cca9dbb93a6 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 18 Jul 2016 10:08:25 +0200 Subject: [PATCH] Set MAX_WAIT to 7200 seconds as default --- sync.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync.conf b/sync.conf index d9307ba..f6190aa 100644 --- a/sync.conf +++ b/sync.conf @@ -2,7 +2,7 @@ ###### osync - Rsync based two way sync engine with fault tolerance ###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr) -###### osync v1.1x config file rev 2016052501 +###### osync v1.1x config file rev 2016071801 ## ---------- GENERAL OPTIONS @@ -102,7 +102,7 @@ MIN_WAIT=60 ## Maximum time (in seconds) waiting in file monitor / daemon mode. After this time, sync is run. ## Use 0 to wait indefinitely. -MAX_WAIT=300 +MAX_WAIT=7200 ## ---------- BACKUP AND DELETION OPTIONS