Merge branch 'hotfix/5.7.2' of github.com:espocrm/espocrm into hotfix/5.7.2
This commit is contained in:
@@ -181,7 +181,7 @@ class Application
|
||||
}
|
||||
}
|
||||
$processList = array_values($processList);
|
||||
if (count($runningCount) >= $maxProcessNumber) {
|
||||
if ($runningCount >= $maxProcessNumber) {
|
||||
$toSkip = true;
|
||||
}
|
||||
if (!$toSkip) {
|
||||
|
||||
Reference in New Issue
Block a user