]> git.mxchange.org Git - friendica.git/commitdiff
The check for blocking processes is deactivated until further checks were performed
authorMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 22:18:42 +0000 (22:18 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 22:18:42 +0000 (22:18 +0000)
src/App.php

index d671c5f1abf3ffbff872cd47924e911ecfe1da45..26cfcaadb1021f0527ddd4e85b78c3b60d739309 100644 (file)
@@ -797,6 +797,8 @@ class App {
         * @return bool Is the limit reached?
         */
        function max_processes_reached() {
+               // Deactivated, needs more investigating if this check really makes sense
+               return false;
 
                if ($this->is_backend()) {
                        $process = 'backend';