diff options
Diffstat (limited to 'src/files.h')
| -rw-r--r-- | src/files.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.h b/src/files.h index ad65ce8..8d7d12f 100644 --- a/src/files.h +++ b/src/files.h @@ -4,7 +4,7 @@ #include <string> #define READER_BUFFER_SIZE 4096 -#define WRITER_BUFFER_SIZE 4096 +#define WRITER_BUFFER_SIZE 65536 #define DEFINE_INT_READER(TYPE) \ template<> TYPE Reader::readData<TYPE>() \ |
