revert changing compression level

as per discussion with @rugk, see:
https://github.com/PrivateBin/PrivateBin/pull/1236#discussion_r1473639960
This commit is contained in:
El RIDO
2024-02-06 19:21:14 +01:00
parent 0d2376cd88
commit 950c0b56b4
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
async function initialize() {
if (ret) return ret;
const COMPRESSION_LEVEL = 9;
const COMPRESSION_LEVEL = 7;
const NO_ZLIB_HEADER = -1;
const CHUNK_SIZE = 32 * 1024;
const map = {};