chaindb: compression=false.

This commit is contained in:
Christopher Jeffrey 2016-11-30 20:36:11 -08:00
parent 371f6b1fa0
commit f4f4f2b433
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -64,7 +64,7 @@ function ChainDB(chain) {
location: chain.options.location,
db: chain.options.db,
maxOpenFiles: chain.options.maxFiles,
compression: true,
compression: false,
cacheSize: 16 << 20,
writeBufferSize: 8 << 20,
bufferKeys: !util.isBrowser