X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9f3541e63277f0e4537ae7479d5ec9546a5e0bbf..d9bea2ddd44fdcfbaf6f153f72d944603560036c:/rsync.h diff --git a/rsync.h b/rsync.h index 2b3b6464..9c326e13 100644 --- a/rsync.h +++ b/rsync.h @@ -29,6 +29,7 @@ /* block size to write files in */ #define WRITE_BLOCK_SIZE (32*1024) +#define MAX_MAP_SIZE (4*1024*1024) #define BLOCKING_TIMEOUT 10