chaindb: re-enable compression.

This commit is contained in:
Christopher Jeffrey 2016-10-02 07:27:52 -07:00
parent f576ed8be7
commit 2593572066
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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