chaindb: compression=false.
This commit is contained in:
parent
371f6b1fa0
commit
f4f4f2b433
@ -64,7 +64,7 @@ function ChainDB(chain) {
|
|||||||
location: chain.options.location,
|
location: chain.options.location,
|
||||||
db: chain.options.db,
|
db: chain.options.db,
|
||||||
maxOpenFiles: chain.options.maxFiles,
|
maxOpenFiles: chain.options.maxFiles,
|
||||||
compression: true,
|
compression: false,
|
||||||
cacheSize: 16 << 20,
|
cacheSize: 16 << 20,
|
||||||
writeBufferSize: 8 << 20,
|
writeBufferSize: 8 << 20,
|
||||||
bufferKeys: !util.isBrowser
|
bufferKeys: !util.isBrowser
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user