From 5d4efb4d5fd8e4389856df5d94c3b92c7019e603 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Tue, 7 Feb 2023 15:55:55 +0100 Subject: Do not set up filesystem on every call Also remove old Oc_FileChunking logis that produced GC- collectable chunks Signed-off-by: Anna Larch --- apps/files/appinfo/info.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'apps/files/appinfo') diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 1d06259074b..e69af548d9a 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -5,7 +5,7 @@ Files File Management File Management - 1.21.1 + 1.21.2 agpl Robin Appelman Vincent Petry @@ -22,11 +22,12 @@ - OCA\Files\BackgroundJob\ScanFiles - OCA\Files\BackgroundJob\DeleteOrphanedItems - OCA\Files\BackgroundJob\CleanupFileLocks OCA\Files\BackgroundJob\CleanupDirectEditingTokens + OCA\Files\BackgroundJob\CleanupFileLocks OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor + OCA\Files\BackgroundJob\DeleteOrphanedItems + OCA\Files\BackgroundJob\FileChunkCleanupJob + OCA\Files\BackgroundJob\ScanFiles -- cgit v1.2.3