diff --git a/core-buffer/include/buffer_config.hpp b/core-buffer/include/buffer_config.hpp index f5bec4a..e4535f9 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -23,7 +23,7 @@ namespace core_buffer { const std::string FILE_EXTENSION = ".h5"; // How many frames do we read at once during replay. - const size_t REPLAY_BLOCK_SIZE = 100; + const size_t REPLAY_BLOCK_SIZE = 200; // Size of sf_buffer RB in elements. const size_t BUFFER_RB_SIZE = 1000;