chaindb: no compression.
This commit is contained in:
parent
f297591193
commit
087177b4a6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user