"UpdateServers" added

This commit is contained in:
Michael 2019-12-20 21:12:44 +00:00
parent 5fee84f2e2
commit e5546dd40a
3 changed files with 41 additions and 31 deletions

View file

@ -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');