the release status is changed BEFORE the movie is moved.
For moving of large files, this could see us exit before the rename has completed.
Our main concern is for utorrent to ensure we don't resume seeding while still trying to move files.
In this case, we are concerned with hard-linking only. in which case we can assume we are on the same disk and therefore all file movements should occur within the 2 minute limit.
So, we still wait 2 minutes... But we return a successful result here assuming that large file copies are procceding :)