diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 23165c4..0288cb3 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -147,7 +147,7 @@ bool isVerbose() { } /* For compression */ -#define COMPRESSOR_BUFFER_SIZE 5000000 +#define COMPRESSOR_BUFFER_SIZE 10000000 static Bytef *compr = (Bytef *)malloc(COMPRESSOR_BUFFER_SIZE); static uLongf comprLen;