From 259357206692676b6e270e496075303dd039625b Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 2 Oct 2016 07:27:52 -0700 Subject: [PATCH] chaindb: re-enable 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 13c5f987..96985df8 100644 --- a/lib/chain/chaindb.js +++ b/lib/chain/chaindb.js @@ -173,7 +173,7 @@ function ChainDB(chain) { location: this.options.location, db: this.options.db, maxOpenFiles: this.options.maxFiles, - compression: false, + compression: true, cacheSize: 16 << 20, writeBufferSize: 8 << 20, bufferKeys: !utils.isBrowser