From bf9c180746556083e9405d6b1032d184703f47ef Mon Sep 17 00:00:00 2001 From: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com> Date: Wed, 3 Aug 2022 14:46:58 +0300 Subject: Enable rrdcontexts by default (#13471) --- database/rrdcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database') 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 -- cgit v1.2.3