actually do local moves for -direct

This commit is contained in:
Axel Kittenberger 2011-02-25 15:03:48 +00:00
parent 324f542cd7
commit e8e142b876

View File

@ -3406,7 +3406,7 @@ local default_rsyncssh = {
maxProcesses = 1, maxProcesses = 1,
------ ------
-- Let the core not split move event. -- Let the core not split move events.
-- --
onMove = true, onMove = true,
@ -3528,6 +3528,11 @@ local default_direct = {
-- --
delay = 1, delay = 1,
------
-- Let the core not split move events.
--
onMove = true,
----- -----
-- For startup sync -- For startup sync
-- --