]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateContacts.php
Merge remote-tracking branch 'upstream/2022.09-rc' into cooldown
[friendica.git] / src / Worker / UpdateContacts.php
index 31426e79f22245c9ef65210f5d4a49b1d3d29e6b..7e352a27caf9f683bee524c8205cf8cf3993a5f4 100644 (file)
@@ -62,6 +62,7 @@ class UpdateContacts
                        if (Worker::add(['priority' => PRIORITY_LOW, 'dont_fork' => true], "UpdateContact", $contact['id'])) {
                                ++$count;
                        }
+                       Worker::coolDown();
                }
                DBA::close($contacts);