From: Wayne Davison Date: Fri, 16 Jul 2004 18:04:23 +0000 (+0000) Subject: - Limit the maximum block size we compute for a file. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/efd5ee57867a5de86692dff3ec0067c4113980fa?ds=sidebyside;hp=efd5ee57867a5de86692dff3ec0067c4113980fa - Limit the maximum block size we compute for a file. - Set max_map_size based on the current file's block size (so that map_ptr() is more efficient with large blocks). ---