mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
set MaxTxs to 10000 (the same that was used in the config before)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ func DefaultConsensusParams() *ConsensusParams {
|
||||
func DefaultBlockSize() BlockSize {
|
||||
return BlockSize{
|
||||
MaxBytes: 22020096, // 21MB
|
||||
MaxTxs: 100000,
|
||||
MaxTxs: 10000,
|
||||
MaxGas: -1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user