Allow to override MaxConcurrentChecks constant

This commit is contained in:
Michael Friedrich 2018-09-27 20:23:00 +02:00
parent fbf4546357
commit 96c0de9bea
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ int Application::GetDefaultRLimitStack()
*/
void Application::SetMaxConcurrentChecks(int maxChecks)
{
ScriptGlobal::Set("MaxConcurrentChecks", maxChecks);
ScriptGlobal::Set("MaxConcurrentChecks", maxChecks, true);
}
/**