Added UpdateServerDirectory

This commit is contained in:
Michael 2019-12-20 20:37:21 +00:00
parent 37f0519514
commit a1ad549e0b
3 changed files with 19 additions and 4 deletions

View file

@ -488,7 +488,7 @@ class PortableContact
}
Logger::log('Update directory from server ' . $gserver['url'] . ' with ID ' . $gserver['id'], Logger::DEBUG);
Worker::add(PRIORITY_LOW, 'DiscoverPoCo', 'update_server_directory', (int) $gserver['id']);
Worker::add(PRIORITY_LOW, 'UpdateServerDirectory', (int)$gserver['id']);
if (!$complete && ( --$no_of_queries == 0)) {
break;