- Moved the second send_extr_file_list() call to a better spot.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 0fcc797..a6d5137 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define OLD_PROTOCOL_VERSION 25
 #define MAX_PROTOCOL_VERSION 40
 
+#define FILECNT_LOOKAHEAD 1000
+
 #define RSYNC_PORT 873
 
 #define SPARSE_WRITE_SIZE (1024)