]> source.dussan.org Git - nextcloud-server.git/commit
Skip local shares in bkg scan and occ files:scan (#26590)
authorVincent Petry <pvince81@owncloud.com>
Thu, 10 Nov 2016 14:44:18 +0000 (15:44 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 10 Jan 2017 15:11:45 +0000 (16:11 +0100)
commit706655ef2000f00c66aa1c4387ab9fa7f60cc537
tree2be8227b3523d1b4db09ccfbb47ffd0792980b03
parentb727edf17e18e9e0aa9060e6a936078a8d5a8d13
Skip local shares in bkg scan and occ files:scan (#26590)

Local shares should only be scanned when doing it for the owner to
avoid repeatedly rescanning the same shared storage over and over again
for every recipient.
lib/private/Files/Utils/Scanner.php
tests/lib/Files/Utils/ScannerTest.php