Merge pull request #10376 from nextcloud/background-scan-root-13
[13] Do scan the root storage in background scan
This commit is contained in:
commit
e39f410a2b
|
@ -150,11 +150,6 @@ class Scanner extends PublicEmitter {
|
|||
continue;
|
||||
}
|
||||
|
||||
// don't scan the root storage
|
||||
if ($storage->instanceOfStorage('\OC\Files\Storage\Local') && $mount->getMountPoint() === '/') {
|
||||
continue;
|
||||
}
|
||||
|
||||
// don't scan received local shares, these can be scanned when scanning the owner's storage
|
||||
if ($storage->instanceOfStorage(SharedStorage::class)) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue