diff --git a/sf-stream/include/stream_config.hpp b/sf-stream/include/stream_config.hpp index 4e4eec4..8f8b977 100644 --- a/sf-stream/include/stream_config.hpp +++ b/sf-stream/include/stream_config.hpp @@ -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; }