mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 11:12:42 +00:00
Enable rrdcontexts by default (#13471)
This commit is contained in:
parent
0a0a384572
commit
bf9c180746
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue