mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 11:56:15 +00:00
mempool: migrate rechecktx to be a consensus parameter (#8514)
This commit is contained in:
+1
@@ -9,6 +9,7 @@
|
||||
-M consensus.timeout-prevote-delta
|
||||
-M consensus.timeout-propose
|
||||
-M consensus.timeout-propose-delta
|
||||
-M mempool.recheck
|
||||
-M mempool.version
|
||||
-M p2p.addr-book-file
|
||||
-M p2p.addr-book-strict
|
||||
|
||||
+5
-1
@@ -281,7 +281,11 @@ recv-rate = 5120000
|
||||
#######################################################
|
||||
[mempool]
|
||||
|
||||
recheck = true
|
||||
# recheck has been moved from a config option to a global
|
||||
# consensus param in v0.36
|
||||
# See https://github.com/tendermint/tendermint/issues/8244 for more information.
|
||||
|
||||
# Set true to broadcast transactions in the mempool to other nodes
|
||||
broadcast = true
|
||||
|
||||
# Maximum number of transactions in the mempool
|
||||
|
||||
Reference in New Issue
Block a user