reinstated the MAX_READ_BUFFER code. Its a nasty tradeoff - using lots
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index a86baaa..53cd02a 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -58,7 +58,7 @@
 #define CHUNK_SIZE (32*1024)
 #define MAX_MAP_SIZE (256*1024)
 #define IO_BUFFER_SIZE (4092)
-#define MAX_READ_BUFFER (1024*1024)
+#define MAX_READ_BUFFER (10*1024*1024)
 
 #define MAX_ARGS 1000