diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-11-06 10:41:08 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-11-27 14:36:20 +0100 |
commit | 103c6fb39eab36063b16767abb33da0395b2b9c8 (patch) | |
tree | 8e57cea684723a063fb65b5ae5a9acb39a8a7241 /apps/files/appinfo | |
parent | bccf2367384f3d093b2988eb6d09e4f9c9a899a4 (diff) | |
download | nextcloud-server-103c6fb39eab36063b16767abb33da0395b2b9c8.tar.gz nextcloud-server-103c6fb39eab36063b16767abb33da0395b2b9c8.zip |
Add background job for token cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files/appinfo')
-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 d8c61d0f456..67c589ed755 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -26,6 +26,7 @@ <job>OCA\Files\BackgroundJob\ScanFiles</job> <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job> <job>OCA\Files\BackgroundJob\CleanupFileLocks</job> + <job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job> </background-jobs> <commands> |