back to default delay 15 after testing

This commit is contained in:
Axel Kittenberger 2010-11-24 21:32:59 +00:00
parent c604285f63
commit 6870d83001

View File

@ -2587,7 +2587,7 @@ local default_rsync = {
-----
-- Default delay
--
delay = 5,
delay = 15,
}
@ -2741,7 +2741,7 @@ local default_rsyncssh = {
-----
-- Default delay.
--
delay = 5,
delay = 15,
}
-----