@cryptotaxi247 / netdata-1 / commits / 7365a91a2

Set trust durations to have data from children properly aligned (#12870)

Stelios Fragkakis committed May 11, 2022 at 14:40 UTC 7365a91a27dac0f6365932429506c7560e2fe5f0
1 file changed +1 -1
streaming/receiver.c
+1 -1
@@ -353,7 +353,7 @@ size_t streaming_parser(struct receiver_state *rpt, struct plugind *cd, FILE *fp
353 .host = rpt->host,
354 .opaque = rpt,
355 .cd = cd,
356 - .trust_durations = 0
356 + .trust_durations = 1
357 };
358
359 PARSER *parser = parser_init(rpt->host, &user, fp, PARSER_INPUT_SPLIT);