From: Michael Date: Tue, 6 Jun 2017 22:18:42 +0000 (+0000) Subject: The check for blocking processes is deactivated until further checks were performed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c46971aa550e852788b5c5bae66aa660e191faa;p=friendica.git The check for blocking processes is deactivated until further checks were performed --- diff --git a/src/App.php b/src/App.php index d671c5f1ab..26cfcaadb1 100644 --- a/src/App.php +++ b/src/App.php @@ -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';