]> git.mxchange.org Git - friendica.git/blobdiff - mod/worker.php
Fix potential bugs without expected behavior change
[friendica.git] / mod / worker.php
index 86fed28bbe37f73e80b95bade828f699c251a54b..2995775db1b18e05a12ad099994d838f96e3ae75 100644 (file)
@@ -38,7 +38,9 @@ function worker_init()
 
        Worker::callWorker();
 
-       if ($r = Worker::workerProcess()) {
+       $passing_slow = false;
+
+       if ($r = Worker::workerProcess($passing_slow)) {
                // On most configurations this parameter wouldn't have any effect.
                // But since it doesn't destroy anything, we just try to get more execution time in any way.
                set_time_limit(0);