Enable rrdcontexts by default (#13471)
Stelios Fragkakis committed
Aug 3, 2022 at 14:46 UTC
bf9c180746556083e9405d6b1032d184703f47ef
1 file changed
+1
-1
database/rrdcontext.c
+1
-1
@@ -6,7 +6,7 @@
6
#include "aclk/aclk_contexts_api.h"
7
#include "aclk/aclk_api.h"
8
9
-int rrdcontext_enabled = CONFIG_BOOLEAN_NO;
9
+int rrdcontext_enabled = CONFIG_BOOLEAN_YES;
10
11
#define MESSAGES_PER_BUNDLE_TO_SEND_TO_HUB_PER_HOST 5000
12
#define FULL_RETENTION_SCAN_DELAY_AFTER_DB_ROTATION_SECS 120