mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
Added "DiscoverContacts"
This commit is contained in:
parent
bf852cc096
commit
5fee84f2e2
3 changed files with 83 additions and 67 deletions
|
@ -42,7 +42,7 @@ class Cron
|
|||
Worker::add(PRIORITY_LOW, "DiscoverPoCo");
|
||||
|
||||
// run the process to update locally stored global contacts in the background
|
||||
Worker::add(PRIORITY_LOW, "DiscoverPoCo", "checkcontact");
|
||||
Worker::add(PRIORITY_LOW, 'DiscoverContacts');
|
||||
|
||||
// Expire and remove user entries
|
||||
Worker::add(PRIORITY_MEDIUM, "CronJobs", "expire_and_remove_users");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue