summaryrefslogtreecommitdiffstats
path: root/ml/Config.cc
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2022-06-17 08:07:07 +0100
committerGitHub <noreply@github.com>2022-06-17 08:07:07 +0100
commit7ebbf65e93b95e72d29db30ba1f0af83b5c8c0cc (patch)
tree11cc964c0fb895a344b0f78fa58238b90eb0912a /ml/Config.cc
parente6ccb2f9ad031bcc466260b9da288c01bcb2e63a (diff)
enable ml by default (#13158)
* enabled ml by default
Diffstat (limited to 'ml/Config.cc')
-rw-r--r--ml/Config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml/Config.cc b/ml/Config.cc
index 951cc039f2..4afa7c033b 100644
--- a/ml/Config.cc
+++ b/ml/Config.cc
@@ -22,7 +22,7 @@ static T clamp(const T& Value, const T& Min, const T& Max) {
void Config::readMLConfig(void) {
const char *ConfigSectionML = CONFIG_SECTION_ML;
- bool EnableAnomalyDetection = config_get_boolean(ConfigSectionML, "enabled", false);
+ bool EnableAnomalyDetection = config_get_boolean(ConfigSectionML, "enabled", true);
/*
* Read values