chaindb: re-enable compression.
This commit is contained in:
parent
f576ed8be7
commit
2593572066
@ -173,7 +173,7 @@ function ChainDB(chain) {
|
||||
location: this.options.location,
|
||||
db: this.options.db,
|
||||
maxOpenFiles: this.options.maxFiles,
|
||||
compression: false,
|
||||
compression: true,
|
||||
cacheSize: 16 << 20,
|
||||
writeBufferSize: 8 << 20,
|
||||
bufferKeys: !utils.isBrowser
|
||||
|
||||
Loading…
Reference in New Issue
Block a user