Set MAX_WAIT to 7200 seconds as default
This commit is contained in:
parent
39c60d5d43
commit
6cdc1a726b
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
###### osync - Rsync based two way sync engine with fault tolerance
|
###### osync - Rsync based two way sync engine with fault tolerance
|
||||||
###### (C) 2013-2016 by Orsiris de Jong (www.netpower.fr)
|
###### (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
|
## ---------- 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.
|
## Maximum time (in seconds) waiting in file monitor / daemon mode. After this time, sync is run.
|
||||||
## Use 0 to wait indefinitely.
|
## Use 0 to wait indefinitely.
|
||||||
MAX_WAIT=300
|
MAX_WAIT=7200
|
||||||
|
|
||||||
## ---------- BACKUP AND DELETION OPTIONS
|
## ---------- BACKUP AND DELETION OPTIONS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue