diff options
author | Joas Schilling <coding@schilljs.com> | 2022-10-12 11:41:26 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-10-12 11:43:00 +0200 |
commit | 9c5fef35c7be6ee81b520cefac0108954a709001 (patch) | |
tree | e58a5f2b2871ecde712616755a6439e6c5aaf93f /apps/files/appinfo/info.xml | |
parent | c167fb5ccb83361323e497179491db72d1f77869 (diff) | |
download | nextcloud-server-9c5fef35c7be6ee81b520cefac0108954a709001.tar.gz nextcloud-server-9c5fef35c7be6ee81b520cefac0108954a709001.zip |
Add a background job to delete expired tokens
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index a29fcc2394b..1d06259074b 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -26,6 +26,7 @@ <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job> <job>OCA\Files\BackgroundJob\CleanupFileLocks</job> <job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job> + <job>OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor</job> </background-jobs> <commands> |