The check for blocking processes is deactivated until further checks were performed

このコミットが含まれているのは:
Michael 2017-06-06 22:18:42 +00:00
コミット 9c46971aa5
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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';