mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
revert changing compression level
as per discussion with @rugk, see: https://github.com/PrivateBin/PrivateBin/pull/1236#discussion_r1473639960
This commit is contained in:
+1
-1
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user