From 4bc87f9b7f16fc5372bb6ea89fe0791a2ad71929 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 5 Mar 2025 18:31:19 +0100 Subject: squash: memory optimizations fix: optimize FileUtils::getFilesByUser fix: fix getNodeFromCacheEntryAndMount using relative path fix: reduce memory usage for fetching cached mount into fix: improve getMountsForFileId memory usage and performance fix: fix "new mount" false positives fix: skip registering mounts if there are no new mount providers fix: fix oci string length with empty strings Signed-off-by: Robin Appelman --- lib/private/Files/Config/MountProviderCollection.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/private/Files/Config/MountProviderCollection.php') diff --git a/lib/private/Files/Config/MountProviderCollection.php b/lib/private/Files/Config/MountProviderCollection.php index 0e103690b6b..d120e59b766 100644 --- a/lib/private/Files/Config/MountProviderCollection.php +++ b/lib/private/Files/Config/MountProviderCollection.php @@ -238,4 +238,8 @@ class MountProviderCollection implements IMountProviderCollection, Emitter { public function getProviders(): array { return $this->providers; } + + public function getHomeProviders(): array { + return $this->homeProviders; + } } -- cgit v1.2.3