all_of setting now works properly

This commit is contained in:
dimarub2000 2019-09-13 19:18:26 +03:00
parent 490722adf7
commit 26b1bc2093

View File

@ -32,8 +32,9 @@ void StopConditionsSet::loadFromConfig(const ConfigurationPtr & stop_conditions_
average_speed_not_changing_for_ms.value = stop_conditions_view->getUInt64(key);
else
throw Exception("Met unkown stop condition: " + key, ErrorCodes::LOGICAL_ERROR);
++initialized_count;
}
++initialized_count;
}
void StopConditionsSet::reset()