Changed priority

This commit is contained in:
Michael 2020-09-01 12:55:46 +00:00
parent 41e07a9ae2
commit 3aa6d516bf

View 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');