- Added define for MAX_BLOCK_SIZE.
authorWayne Davison <wayned@samba.org>
Tue, 3 Aug 2004 08:05:17 +0000 (08:05 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 3 Aug 2004 08:05:17 +0000 (08:05 +0000)
- Increased the MAX_MAP_SIZE.

rsync.h

diff --git a/rsync.h b/rsync.h
index 086eb42..79bd0ae 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -90,7 +90,8 @@
 #define SPARSE_WRITE_SIZE (1024)
 #define WRITE_SIZE (32*1024)
 #define CHUNK_SIZE (32*1024)
-#define MAX_MAP_SIZE (256*1024)
+#define MAX_MAP_SIZE (512*1024)
+#define MAX_BLOCK_SIZE (256*1024)
 #define IO_BUFFER_SIZE (4092)
 
 #define IOERR_GENERAL  (1<<0) /* For backward compatibility, this must == 1 */