Skip to content
Snippets Groups Projects
Unverified Commit 46362715 authored by Silas Davis's avatar Silas Davis
Browse files

add extended tendermint config values and correct cs_wal_*

parent bec892f0
No related branches found
No related tags found
No related merge requests found
......@@ -229,14 +229,18 @@ private_validator_file = "priv_validator.json"
# genesis_file = "./data/tendermint/genesis.json"
# skip_upnp = false
# addrbook_file = "./data/tendermint/addrbook.json"
# addrbook_strict = true
# pex_reactor = false
# priv_validator_file = "./data/tendermint/priv_validator.json"
# db_dir = "./data/tendermint/data"
# prof_laddr = ""
# revision_file = "./data/tendermint/revision"
# cswal = "./data/tendermint/data/cswal"
# cswal_light = false
# cs_wal_dir = "./data/tendermint/data/cswal"
# cs_wal_light = false
# filter_peers = false
# block_size = 10000
# block_part_size = 65536
# disable_data_hash = false
# timeout_propose = 3000
# timeout_propose_delta = 500
......@@ -245,9 +249,11 @@ private_validator_file = "priv_validator.json"
# timeout_precommit = 1000
# timeout_precommit_delta = 500
# timeout_commit = 1000
# skip_timeout_commit = false
# mempool_recheck = true
# mempool_recheck_empty = true
# mempool_broadcast = true
# mempool_wal_dir = "./data/tendermint/data/mempool.wal"
[tendermint.configuration.p2p]
# Switch config keys
......
......@@ -193,8 +193,8 @@ private_validator_file = "priv_validator.json"
# db_dir = "./data/tendermint/data"
# prof_laddr = ""
# revision_file = "./data/tendermint/revision"
# cswal = "./data/tendermint/data/cswal"
# cswal_light = false
# cs_wal_dir = "./data/tendermint/data/cswal"
# cs_wal_light = false
# block_size = 10000
# disable_data_hash = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment