Make sf_replay simple again

This commit is contained in:
2020-04-22 16:18:10 +02:00
parent da31c90f1d
commit 1a0a709bb0
2 changed files with 34 additions and 100 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace BufferUtils
{
const size_t STREAM_BLOCK_SIZE = 200;
const size_t STREAM_BLOCK_SIZE = 1000;
extern const size_t FILE_MOD;
extern const size_t FOLDER_MOD;
extern const std::string FILE_EXTENSION;