Merge pull request #6309 from Icinga/fix/compiler-warning-in-checkercomponent-ti

Fix compiler warning in checkercomponent.ti
This commit is contained in:
Michael Friedrich 2018-05-16 10:42:31 +02:00 committed by GitHub
commit 120eb070d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class CheckerComponent : ConfigObject
{
activation_priority 100;
[config] int concurrent_checks {
[config, no_storage] int concurrent_checks {
get {{{
return Application::GetMaxConcurrentChecks();
}}}