The check for blocking processes is deactivated until further checks were performed
This commit is contained in:
parent
e3d5dcf049
commit
9c46971aa5
1 changed files with 2 additions and 0 deletions
|
@ -797,6 +797,8 @@ class App {
|
||||||
* @return bool Is the limit reached?
|
* @return bool Is the limit reached?
|
||||||
*/
|
*/
|
||||||
function max_processes_reached() {
|
function max_processes_reached() {
|
||||||
|
// Deactivated, needs more investigating if this check really makes sense
|
||||||
|
return false;
|
||||||
|
|
||||||
if ($this->is_backend()) {
|
if ($this->is_backend()) {
|
||||||
$process = 'backend';
|
$process = 'backend';
|
||||||
|
|
Loading…
Reference in a new issue