Merge pull request #2568 from annando/1606-process2
"system unavailable" when the maximum number of processes is reached
This commit is contained in:
commit
8feeb8200d
|
@ -65,7 +65,7 @@ if(!$install) {
|
||||||
|
|
||||||
if ($processlist["amount"] > $max_processes) {
|
if ($processlist["amount"] > $max_processes) {
|
||||||
logger("Processcheck: Maximum number of processes for frontend tasks (".$max_processes.") reached.", LOGGER_DEBUG);
|
logger("Processcheck: Maximum number of processes for frontend tasks (".$max_processes.") reached.", LOGGER_DEBUG);
|
||||||
return;
|
system_unavailable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user