]> git.mxchange.org Git - friendica.git/commitdiff
Prevent lowest priority calls from never being called
authorMichael Vogel <ike@pirati.ca>
Sat, 27 Aug 2016 21:05:38 +0000 (21:05 +0000)
committerMichael Vogel <ike@pirati.ca>
Sat, 27 Aug 2016 21:05:38 +0000 (21:05 +0000)
include/cron.php

index 6afbeca1bd1bbc9dcb22ad1b84f86a0c8551c5b3..3f28e493cfe32cd57c0da7ac97f1d2d76d38764d 100644 (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