diff --git a/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php
index f36741557994dd343a94bdd9c0553284d6fe5d22..454196f15ae0d046faa1a2d6bc83628f6b57d5e6 100644
--- a/apps/files_sharing/lib/external/storage.php
+++ b/apps/files_sharing/lib/external/storage.php
@@ -111,7 +111,8 @@ class Storage extends DAV implements ISharedStorage {
 	 * @return bool
 	 */
 	public function hasUpdated($path, $time) {
-		// since we check updates for the entire storage at once, we only need to check once per request
+		// since for owncloud webdav servers we can rely on etag propagation we only need to check the root of the storage
+		// because of that we only do one check for the entire storage per request
 		if ($this->updateChecked) {
 			return false;
 		}