Merge pull request #2750 from annando/1608-worker-priority-again

Prevent lowest priority calls from never being called
This commit is contained in:
rabuzarus 2016-08-28 00:39:58 +02:00 committed by GitHub
commit e0d329ece9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function cron_run(&$argv, &$argc){
// run queue delivery process in the background
proc_run(PRIORITY_LOW,"include/queue.php");
proc_run(PRIORITY_NEGLIGIBLE,"include/queue.php");
// run the process to discover global contacts in the background