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