limit bug ive found myself you have to change one line in nxDupe.tcl.
search for:
Code:
putlog "${LogPrefix}: \"$VirtualPath\" \"$LateSecs\" \"$ReleaseAge\" \"$TimeStamp\""
and replace it with:
Code:
putlog "${LogPrefix}: \"$VirtualPath\" \"$LateMins\" \"$ReleaseAge\" \"$TimeStamp\""
hf