aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2024-11-29 18:02:51 +0100
committerRobin Appelman <robin@icewind.nl>2024-12-03 14:18:42 +0100
commit3078aeef63602d07dc6c9aac122ca654f11686e5 (patch)
treec4f7c71f4a9d008f8dde5b2f485ee067924721bd
parente87c81734425f5c324fb669053a629386c09995e (diff)
downloadnextcloud-server-backport/49569/stable29.tar.gz
nextcloud-server-backport/49569/stable29.zip
perf: improve performance of SharedStorage::getWatcherbackport/49569/stable29
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--apps/files_sharing/lib/SharedStorage.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php
index 0fb4e230c39..90602f1a59c 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -44,14 +44,11 @@ use OC\Files\Storage\Home;
use OC\Files\Storage\Wrapper\PermissionsMask;
use OC\Files\Storage\Wrapper\Wrapper;
use OC\User\NoUserException;
-use OCA\Files_External\Config\ConfigAdapter;
use OCP\Constants;
use OCP\Files\Cache\ICacheEntry;
-use OCP\Files\Config\IUserMountCache;
use OCP\Files\Folder;
use OCP\Files\IHomeStorage;
use OCP\Files\IRootFolder;
-use OCP\Files\Node;
use OCP\Files\NotFoundException;
use OCP\Files\Storage\IDisableEncryptionStorage;
use OCP\Files\Storage\IStorage;