Browse Source

Enable rrdcontexts by default (#13471)

Stelios Fragkakis 2 years ago
parent
commit
bf9c180746
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/rrdcontext.c

+ 1 - 1
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