From 6a167cf8b19eed41693eca752a3b1585cdc3a31d Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 27 Aug 2016 21:05:38 +0000 Subject: [PATCH] Prevent lowest priority calls from never being called --- include/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cron.php b/include/cron.php index 6afbeca1bd..3f28e493cf 100644 --- a/include/cron.php +++ b/include/cron.php @@ -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