disable mempool WAL by default (#2490)

This commit is contained in:
Anton Kaliaev
2018-09-29 03:28:42 +04:00
committed by Ethan Buchman
parent 8dda3c3b28
commit 47bc15c27a
3 changed files with 6 additions and 1 deletions

View File

@ -503,7 +503,7 @@ func DefaultMempoolConfig() *MempoolConfig {
Recheck: true,
RecheckEmpty: true,
Broadcast: true,
WalPath: filepath.Join(defaultDataDir, "mempool.wal"),
WalPath: "",
// Each signature verification takes .5ms, size reduced until we implement
// ABCI Recheck
Size: 5000,