X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3ed8eb3f9ccd779b640dcd4fcc4554a626baa898..f3100293873ad89d7ad360e1fc6ef5d79e4f0ac1:/rsync.h diff --git a/rsync.h b/rsync.h index 086eb422..79bd0ae9 100644 --- a/rsync.h +++ b/rsync.h @@ -90,7 +90,8 @@ #define SPARSE_WRITE_SIZE (1024) #define WRITE_SIZE (32*1024) #define CHUNK_SIZE (32*1024) -#define MAX_MAP_SIZE (256*1024) +#define MAX_MAP_SIZE (512*1024) +#define MAX_BLOCK_SIZE (256*1024) #define IO_BUFFER_SIZE (4092) #define IOERR_GENERAL (1<<0) /* For backward compatibility, this must == 1 */