Changed priority

This commit is contained in:
Michael 2020-09-01 12:55:46 +00:00
parent 41e07a9ae2
commit 3aa6d516bf
1 changed files with 1 additions and 1 deletions

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