config.toml tweaks for tendermint

This commit is contained in:
Greg Szabo
2017-08-22 17:21:08 -04:00
parent e6ed8e70ac
commit 6bfcc917ad

View File

@@ -14,9 +14,10 @@ laddr = "tcp://0.0.0.0:46657"
recheck = false
[consensus]
max_block_size_txs = 1000
max_block_size_txs = 2000
create_empty_blocks = false
#timeout_propose = 10000
skip_timeout_commit = true
[p2p]
laddr = "tcp://0.0.0.0:46656"