mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
"UpdateServers" added
This commit is contained in:
parent
5fee84f2e2
commit
e5546dd40a
3 changed files with 41 additions and 31 deletions
|
@ -73,7 +73,7 @@ class Cron
|
|||
// update nodeinfo data
|
||||
Worker::add(PRIORITY_LOW, "CronJobs", "nodeinfo");
|
||||
|
||||
Worker::add(PRIORITY_LOW, "DiscoverPoCo", "update_server");
|
||||
Worker::add(PRIORITY_LOW, 'UpdateServers');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'UpdateSuggestions');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue