mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Remove old background job
This commit is contained in:
parent
9d2c433b24
commit
550f3af285
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class DropOldJobs extends BasicEmitter implements RepairStep {
|
|||
return [
|
||||
['class' => 'OC_Cache_FileGlobalGC', 'arguments' => null],
|
||||
['class' => 'OC\Cache\FileGlobalGC', 'arguments' => null],
|
||||
['class' => 'OCA\Files\BackgroundJob\DeleteOrphanedTagsJob', 'arguments' => null],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue