mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +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)
|
void Application::SetMaxConcurrentChecks(int maxChecks)
|
||||||
{
|
{
|
||||||
ScriptGlobal::Set("MaxConcurrentChecks", maxChecks);
|
ScriptGlobal::Set("MaxConcurrentChecks", maxChecks, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user