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

This commit is contained in:
Michael 2017-06-06 22:18:42 +00:00
父節點 e3d5dcf049
當前提交 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';