From 087177b4a6bab0efdc67633696f546e7745fe942 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 30 Sep 2016 13:11:46 -0700 Subject: [PATCH] chaindb: no compression. --- lib/chain/chaindb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chain/chaindb.js b/lib/chain/chaindb.js index 76f3328b..bb38f7ee 100644 --- a/lib/chain/chaindb.js +++ b/lib/chain/chaindb.js @@ -168,7 +168,7 @@ function ChainDB(chain) { location: this.options.location, db: this.options.db, maxOpenFiles: this.options.maxFiles, - compression: true, + compression: false, cacheSize: 16 << 20, writeBufferSize: 8 << 20, bufferKeys: !utils.isBrowser