Prevent lowest priority calls from never being called

This commit is contained in:
Michael Vogel 2016-08-27 21:05:38 +00:00
parent dc6cce4080
commit 6a167cf8b1
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