increase decompress buffer size

speeds up decompression when user hasn't increased file buffer
This commit is contained in:
Dave Murphy 2020-05-27 15:38:31 +01:00
parent 59e12a1b5e
commit 26e4f20078

View File

@ -9,7 +9,7 @@
#include <string.h>
#include <unistd.h>
#define BUFFERSIZE 4096
#define BUFFERSIZE 16384
/** @brief Buffer */
typedef struct buffer_t