Increase read buffer size

This commit is contained in:
2020-04-23 18:29:52 +02:00
parent 70f2e73e30
commit cb17ab1ccc
+1 -1
View File
@@ -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;