X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/182dca5c80c40c5abe429a6c5307be25cc4b4d90..d9bea2ddd44fdcfbaf6f153f72d944603560036c:/rsync.h?ds=sidebyside 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