Fix compiler warning

fixes #6081
This commit is contained in:
Noah Hilverling 2018-05-15 11:25:28 +02:00
parent ffcdf266c0
commit ead1f262e6
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();
}}}