X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/74a7f81d5749c9ce8d9b7c284f9378857d0d5d60..cbce490e138d7bbc7bf982496861f093732dfba9:/rsync.h diff --git a/rsync.h b/rsync.h index a86baaa4..53cd02a2 100644 --- 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