mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
New database cleanup jobs
This commit is contained in:
parent
104c4bd734
commit
4316a95984
4 changed files with 95 additions and 103 deletions
|
@ -86,6 +86,10 @@ class Cron
|
|||
|
||||
Worker::add(PRIORITY_MEDIUM, 'DBClean');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'ExpireConversations');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'CleanItemUri');
|
||||
|
||||
// check upstream version?
|
||||
Worker::add(PRIORITY_LOW, 'CheckVersion');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue