Prevent lowest priority calls from never being called
This commit is contained in:
parent
dc6cce4080
commit
6a167cf8b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue