mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02: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