mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6642 from Icinga/bugfix/concurrent-checks-constant
Allow to override MaxConcurrentChecks constant
This commit is contained in:
commit
7acf3689a7
|
@ -1189,7 +1189,7 @@ int Application::GetDefaultRLimitStack()
|
|||
*/
|
||||
void Application::SetMaxConcurrentChecks(int maxChecks)
|
||||
{
|
||||
ScriptGlobal::Set("MaxConcurrentChecks", maxChecks);
|
||||
ScriptGlobal::Set("MaxConcurrentChecks", maxChecks, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue