mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
DBClean moved as well
This commit is contained in:
parent
911093580b
commit
f2e792662f
3 changed files with 302 additions and 304 deletions
|
@ -78,7 +78,7 @@ Class Cron {
|
|||
|
||||
Worker::add(PRIORITY_LOW, 'expire');
|
||||
|
||||
Worker::add(PRIORITY_MEDIUM, 'dbclean');
|
||||
Worker::add(PRIORITY_MEDIUM, 'DBClean');
|
||||
|
||||
Worker::add(PRIORITY_LOW, "cronjobs", "update_photo_albums");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue