From 9c46971aa550e852788b5c5bae66aa660e191faa Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 6 Jun 2017 22:18:42 +0000 Subject: [PATCH] The check for blocking processes is deactivated until further checks were performed --- src/App.php | 2 ++ 1 file changed, 2 insertions(+) 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';