mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
Merge pull request #6309 from Icinga/fix/compiler-warning-in-checkercomponent-ti
Fix compiler warning in checkercomponent.ti
This commit is contained in:
commit
120eb070d2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class CheckerComponent : ConfigObject
|
|||
{
|
||||
activation_priority 100;
|
||||
|
||||
[config] int concurrent_checks {
|
||||
[config, no_storage] int concurrent_checks {
|
||||
get {{{
|
||||
return Application::GetMaxConcurrentChecks();
|
||||
}}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue