X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7bec6a5cd6cabe93163707b901482a6692ca78cf..34ccb63e71367fb1f93530f60147ef6e4ac4e3e4:/rsync.h diff --git a/rsync.h b/rsync.h index 36e8f5bd..3220e462 100644 --- a/rsync.h +++ b/rsync.h @@ -38,8 +38,7 @@ #define MIN_PROTOCOL_VERSION 10 #define MAX_PROTOCOL_VERSION 20 -/* block size to write files in */ -#define WRITE_BLOCK_SIZE (32*1024) +#define CHUNK_SIZE (32*1024) #define MAX_MAP_SIZE (4*1024*1024) #define BLOCKING_TIMEOUT 10