From 9cb148e2fbb36fc7bf30e8b1c3e61debd12e4968 Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Sun, 22 Mar 2009 08:21:54 +0100 Subject: [PATCH] since we dropped the ttl stuff from uptodate method we need a new spot that triggers a recentfile mirroring --- lib/File/Rsync/Mirror/Recent.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index 6777e12..d748b55 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -524,6 +524,7 @@ sub rmirror { if ($i < $#$rfs){ $rfs->[$i+1]->done->merge($rf->done); } + $rf->get_remote_recentfile_as_tempfile; next RECENTFILE; } else { WORKUNIT: while (time < $ttleave) { -- 2.11.4.GIT