Merge pull request #2750 from annando/1608-worker-priority-again
Prevent lowest priority calls from never being called
This commit is contained in:
commit
e0d329ece9
|
@ -70,7 +70,7 @@ function cron_run(&$argv, &$argc){
|
||||||
|
|
||||||
// run queue delivery process in the background
|
// 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
|
// run the process to discover global contacts in the background
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue