]> git.mxchange.org Git - friendica.git/blobdiff - include/cron.php
Fix Issue #2816 - MySQL version typo
[friendica.git] / include / cron.php
index 6afbeca1bd1bbc9dcb22ad1b84f86a0c8551c5b3..0669f24a1ea9bebf1420a20effaa5626a64409e7 100644 (file)
@@ -27,7 +27,6 @@ function cron_run(&$argv, &$argc){
                unset($db_host, $db_user, $db_pass, $db_data);
        };
 
-
        require_once('include/session.php');
        require_once('include/datetime.php');
        require_once('include/items.php');
@@ -70,7 +69,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