chaindb: no compression.

This commit is contained in:
Christopher Jeffrey 2016-09-30 13:11:46 -07:00
parent f297591193
commit 087177b4a6
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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