mirror of
https://github.com/friendica/friendica
synced 2025-05-05 10:24:09 +02:00
More cooldown calls for worker processes
This commit is contained in:
parent
3f3e1a2bf4
commit
0fa281247d
8 changed files with 58 additions and 19 deletions
|
@ -63,6 +63,7 @@ class UpdateServerPeers
|
|||
// This endpoint doesn't offer the schema. So we assume that it is HTTPS.
|
||||
GServer::add('https://' . $peer);
|
||||
++$added;
|
||||
Worker::coolDown();
|
||||
}
|
||||
Logger::info('Server peer update ended', ['total' => $total, 'added' => $added, 'url' => $url]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue