Rename read block size for sf_replay

This commit is contained in:
2020-04-29 14:11:32 +02:00
parent 406c92e3a6
commit 6d62e54a7b
3 changed files with 16 additions and 16 deletions
+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_READ_BLOCK_SIZE = 100;
// Size of sf_buffer RB in elements.
const size_t BUFFER_RB_SIZE = 1000;