]> git.mxchange.org Git - friendica.git/commitdiff
Changed priority
authorMichael <heluecht@pirati.ca>
Tue, 1 Sep 2020 12:55:46 +0000 (12:55 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 1 Sep 2020 12:55:46 +0000 (12:55 +0000)
src/Worker/Cron.php

index cd6c2d39ecd75b05df90e8e16c48deae596a9562..2a2e5e57a902d0d35a8aae199c91a8bf6076fa7a 100644 (file)
@@ -57,7 +57,7 @@ class Cron
                Hook::fork($a->queue['priority'], 'cron');
 
                // Poll contacts
-               Worker::add(PRIORITY_HIGH, 'PollContacts');
+               Worker::add(PRIORITY_MEDIUM, 'PollContacts');
 
                // Update contact information
                Worker::add(PRIORITY_LOW, 'UpdatePublicContacts');