Increase the sf_stream output frequency to 10 seconds

This commit is contained in:
2021-01-15 11:15:28 +01:00
parent ba9532591c
commit fec900ff63
+1 -1
View File
@@ -16,5 +16,5 @@ namespace stream_config
const int SYNC_RETRY_LIMIT = 3;
// Number of pulses between each statistics print out.
const size_t STREAM_STATS_MODULO = 10000;
const size_t STREAM_STATS_MODULO = 1000;
}