DBClean moved as well

This commit is contained in:
Michael 2017-11-18 05:45:44 +00:00
parent 911093580b
commit f2e792662f
3 changed files with 302 additions and 304 deletions

View file

@ -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");