chaindb: compression=true.
This commit is contained in:
parent
01535c55d7
commit
07a34bbfe5
@ -65,7 +65,7 @@ function ChainDB(chain) {
|
||||
db: chain.options.db,
|
||||
maxFiles: chain.options.maxFiles,
|
||||
cacheSize: chain.options.cacheSize || (32 << 20),
|
||||
compression: false,
|
||||
compression: true,
|
||||
bufferKeys: !util.isBrowser
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user