mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Changed worker order
This commit is contained in:
parent
a228183abb
commit
c740509a22
3 changed files with 6 additions and 7 deletions
|
@ -108,7 +108,7 @@ class Cron
|
|||
|
||||
Worker::add(PRIORITY_LOW, 'UpdatePhotoAlbums');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'Expire');
|
||||
Worker::add(PRIORITY_LOW, 'ExpirePosts');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'ExpireConversations');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue