mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
Moved updating personal contacts to updatecontact
This commit is contained in:
parent
8d999f54d0
commit
9f96f3ef34
7 changed files with 62 additions and 47 deletions
|
@ -61,7 +61,7 @@ class Cron
|
|||
Worker::add(PRIORITY_MEDIUM, 'PollContacts');
|
||||
|
||||
// Update contact information
|
||||
Worker::add(PRIORITY_LOW, 'UpdatePublicContacts');
|
||||
Worker::add(PRIORITY_LOW, 'UpdateContacts');
|
||||
|
||||
// Update server information
|
||||
Worker::add(PRIORITY_LOW, 'UpdateGServers');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue