nextcloud-server/apps/files_sharing/lib/External
Vincent Petry ce31914314
Remove inefficient fed share scanner
Remove scanAll which relies on the "shareinfo" endpoint that returns the
full cache tree.
The latter can become big for big shares and result in timeouts.
Furthermode, the full tree would be retrieved again for each and every
detected change which can become expensive quickly.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-10 11:33:28 +01:00
..
Cache.php
Manager.php move files_sharing to IBootStrap 2021-10-19 11:31:07 +02:00
Mount.php
MountProvider.php
Scanner.php Remove inefficient fed share scanner 2022-01-10 11:33:28 +01:00
Storage.php Improve api documentation for file sharing external storage 2022-01-03 10:41:40 +01:00
Watcher.php