Browse Source

config.toml tweaks for tendermint

pull/1943/head
Greg Szabo 7 years ago
parent
commit
6bfcc917ad
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ansible/roles/config/templates/config.toml.j2

+ 2
- 1
ansible/roles/config/templates/config.toml.j2 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"


Loading…
Cancel
Save