summaryrefslogtreecommitdiff
path: root/byterun/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/io.h')
-rw-r--r--byterun/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/io.h b/byterun/io.h
index 53d9bb9bf4..89a85380c7 100644
--- a/byterun/io.h
+++ b/byterun/io.h
@@ -22,7 +22,7 @@
#include "mlvalues.h"
#ifndef IO_BUFFER_SIZE
-#define IO_BUFFER_SIZE 4096
+#define IO_BUFFER_SIZE 65536
#endif
#if defined(_WIN32)