summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-08-03 14:46:58 +0300
committerGitHub <noreply@github.com>2022-08-03 14:46:58 +0300
commitbf9c180746556083e9405d6b1032d184703f47ef (patch)
treeb90eecf22e6ef132dfc09b6a209de490d84ab71d
parent0a0a384572bb54869f23ba9d65abddda7f9ce01d (diff)
Enable rrdcontexts by default (#13471)
-rw-r--r--database/rrdcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdcontext.c b/database/rrdcontext.c
index 668b5ccaeb..793d6bd339 100644
--- a/database/rrdcontext.c
+++ b/database/rrdcontext.c
@@ -6,7 +6,7 @@
#include "aclk/aclk_contexts_api.h"
#include "aclk/aclk_api.h"
-int rrdcontext_enabled = CONFIG_BOOLEAN_NO;
+int rrdcontext_enabled = CONFIG_BOOLEAN_YES;
#define MESSAGES_PER_BUNDLE_TO_SEND_TO_HUB_PER_HOST 5000
#define FULL_RETENTION_SCAN_DELAY_AFTER_DB_ROTATION_SECS 120