summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-08-03 15:41:16 +0000
committerWayne Davison <wayned@samba.org>2004-08-03 15:41:16 +0000
commit61542c41de55fc31c583d43651d99cc67846e232 (patch)
tree6787ebe03cd7e66f090f85a431abfa9c48bb64ce /rsync.h
parentbd1a581beee5402379052df58164f57d99c7757a (diff)
downloadrsync-61542c41de55fc31c583d43651d99cc67846e232.tar.gz
rsync-61542c41de55fc31c583d43651d99cc67846e232.tar.bz2
rsync-61542c41de55fc31c583d43651d99cc67846e232.zip
Decided that we don't need to limit the block size after all now
that the map_file() code handles large block sizes better.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsync.h b/rsync.h
index 79bd0ae9..086eb422 100644
--- a/rsync.h
+++ b/rsync.h
@@ -90,8 +90,7 @@
#define SPARSE_WRITE_SIZE (1024)
#define WRITE_SIZE (32*1024)
#define CHUNK_SIZE (32*1024)
-#define MAX_MAP_SIZE (512*1024)
-#define MAX_BLOCK_SIZE (256*1024)
+#define MAX_MAP_SIZE (256*1024)
#define IO_BUFFER_SIZE (4092)
#define IOERR_GENERAL (1<<0) /* For backward compatibility, this must == 1 */