chaindb: compression=false.
This commit is contained in:
parent
371f6b1fa0
commit
f4f4f2b433
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user