0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00

Enable rrdcontexts by default ()

This commit is contained in:
Stelios Fragkakis 2022-08-03 14:46:58 +03:00 committed by GitHub
parent 0a0a384572
commit bf9c180746
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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