mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user