nextcloud-server/apps/files_sharing/tests/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
..
CacheTest.php
ManagerTest.php update tests 2021-10-19 11:31:08 +02:00
ScannerTest.php Remove inefficient fed share scanner 2022-01-10 11:33:28 +01:00