From 2bb128499d8c12345e3c053f63a97ff52e84f691 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 24 Sep 2015 16:21:12 -0400 Subject: [PATCH] Use a larger file buffer. --- fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.c b/fs.c index eb69fbda..28f4be82 100644 --- a/fs.c +++ b/fs.c @@ -199,7 +199,7 @@ typedef struct /// real file will be removed on close #define QFILE_FLAG_REMOVE (1 << 3) -#define FILE_BUFF_SIZE 2048 +#define FILE_BUFF_SIZE 262144 typedef struct { z_stream zstream; -- 2.39.2