remove wal_light setting

Closes #1428
This commit is contained in:
Anton Kaliaev
2018-04-09 16:32:43 +02:00
parent 384b3ea065
commit e88f74bb9b
8 changed files with 11 additions and 24 deletions

View File

@ -178,7 +178,6 @@ wal_dir = "{{ .Mempool.WalPath }}"
[consensus]
wal_file = "{{ .Consensus.WalPath }}"
wal_light = {{ .Consensus.WalLight }}
# All timeouts are in milliseconds
timeout_propose = {{ .Consensus.TimeoutPropose }}