summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index f1aa5d8..bb5f4d6 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -71,7 +71,7 @@
71 * 71 *
72 * 8-16MB is reasonable, probably don't need to go larger. */ 72 * 8-16MB is reasonable, probably don't need to go larger. */
73#ifndef XD3_HARDMAXWINSIZE 73#ifndef XD3_HARDMAXWINSIZE
74#define XD3_HARDMAXWINSIZE (1U<<24) 74#define XD3_HARDMAXWINSIZE (1U<<26)
75#endif 75#endif
76/* The IOPT_SIZE value sets the size of a buffer used to batch 76/* The IOPT_SIZE value sets the size of a buffer used to batch
77 * overlapping copy instructions before they are optimized by picking 77 * overlapping copy instructions before they are optimized by picking