]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Use a larger file buffer. divVerent/pnacl
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 24 Sep 2015 20:21:12 +0000 (16:21 -0400)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 24 Sep 2015 20:21:12 +0000 (16:21 -0400)
fs.c

diff --git a/fs.c b/fs.c
index eb69fbdaa0ec075a005d4960202c7db6d26930ef..28f4be82cac615cd6f121c15d7dd3c1d9b1397fd 100644 (file)
--- 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;