@cryptotaxi247 / netdata-1 / commits / b7656b454

Update metadata frequency (#17307)

Meta update every 6 hours instead of 2

Stelios Fragkakis committed Apr 1, 2024 at 22:08 UTC b7656b45455b94b60b0f215b89978bd303cda302
1 file changed +1 -1
src/daemon/analytics.h
+1 -1
@@ -9,7 +9,7 @@
9 #define ANALYTICS_INIT_SLEEP_SEC 120
10
11 /* Send a META event every X seconds */
12 -#define ANALYTICS_HEARTBEAT 7200
12 +#define ANALYTICS_HEARTBEAT (6 * 3600)
13
14 /* Maximum number of hits to log */
15 #define ANALYTICS_MAX_PROMETHEUS_HITS 255