mirror of
https://github.com/friendica/friendica
synced 2025-04-27 16:30:10 +00:00
expire and gprobe now moved as well
This commit is contained in:
parent
27af65918e
commit
501514bd54
7 changed files with 153 additions and 143 deletions
|
@ -79,7 +79,7 @@ Class Cron {
|
|||
|
||||
Config::set('system', 'last_expire_day', $d2);
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'expire');
|
||||
Worker::add(PRIORITY_LOW, 'Expire');
|
||||
|
||||
Worker::add(PRIORITY_MEDIUM, 'DBClean');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue