diff --git a/rzip.h b/rzip.h index 4517bbd..86cead0 100644 --- a/rzip.h +++ b/rzip.h @@ -22,6 +22,7 @@ #define LRZIP_MINOR_SUBVERSION 43 #define NUM_STREAMS 2 +#define STREAM_BUFSIZE (1024 * 1024 * 10) #include "config.h"