mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-27 19:37:08 +00:00
Raised max tx in a block to 10000
This commit is contained in:
@@ -14,7 +14,7 @@ laddr = "tcp://0.0.0.0:46657"
|
||||
recheck = false
|
||||
|
||||
[consensus]
|
||||
max_block_size_txs = 2000
|
||||
max_block_size_txs = 10000
|
||||
create_empty_blocks = false
|
||||
#timeout_propose = 10000
|
||||
skip_timeout_commit = true
|
||||
|
||||
Reference in New Issue
Block a user