Merge branch 'hotfix/5.7.2' of github.com:espocrm/espocrm into hotfix/5.7.2

This commit is contained in:
yuri
2019-10-10 15:17:42 +03:00
+1 -1
View File
@@ -181,7 +181,7 @@ class Application
}
}
$processList = array_values($processList);
if (count($runningCount) >= $maxProcessNumber) {
if ($runningCount >= $maxProcessNumber) {
$toSkip = true;
}
if (!$toSkip) {