From 5471bfd5a816099757eb9af83c5d0348f4915a10 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 1 Oct 2014 11:20:21 +0200 Subject: [PATCH] No need to update mtime and etag after a move The server keeps the mtime and etag anyway. And changing the mtime also changes the etag and so make other clients re-download the file instead of detecting the move --- src/mirall/propagatorjobs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mirall/propagatorjobs.cpp b/src/mirall/propagatorjobs.cpp index 081559f43..2ed577220 100644 --- a/src/mirall/propagatorjobs.cpp +++ b/src/mirall/propagatorjobs.cpp @@ -293,9 +293,6 @@ void PropagateRemoteRename::start() if (updateErrorFromSession(rc)) { return; } - - if (!updateMTimeAndETag(uri2.data(), _item._modtime)) - return; } // Wed, 15 Nov 1995 06:25:24 GMT QDateTime dt = QDateTime::currentDateTimeUtc();