mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Added UpdateServerDirectory
This commit is contained in:
parent
37f0519514
commit
a1ad549e0b
3 changed files with 19 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue