mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Remove unused cached avatar photo entries
This commit is contained in:
parent
92679de225
commit
460b6d1c75
2 changed files with 62 additions and 0 deletions
|
@ -119,6 +119,8 @@ class Cron
|
|||
|
||||
Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'RemoveUnusedAvatars');
|
||||
|
||||
// check upstream version?
|
||||
Worker::add(PRIORITY_LOW, 'CheckVersion');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue