Skip to content

Commit 6c9178f

Browse files
arnowelzelskjnldsv
authored andcommitted
Update comment about ignoring collectives
Signed-off-by: Arno Welzel <github@arnowelzel.de>
1 parent 7de651b commit 6c9178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Utils/Scanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function scan($dir = '', $recursive = \OC\Files\Cache\Scanner::SCAN_RECUR
239239
}
240240
}
241241

242-
// don't scan received local shares, these can be scanned when scanning the owner's storage
242+
// don't scan received local shares or collectives, these can be scanned when scanning the owner's storage
243243
if ($storage->instanceOfStorage(SharedStorage::class) || $storage->instanceOfStorage(CollectiveStorage::class)) {
244244
continue;
245245
}

0 commit comments

Comments
 (0)