mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-07 08:37:01 +00:00
rename MaxBytes to MaxTxsTotalBytes
This commit is contained in:
@@ -186,10 +186,10 @@ wal_dir = ""
|
||||
# Maximum number of transactions in the mempool
|
||||
size = 5000
|
||||
|
||||
# Maximum size of the mempool in bytes
|
||||
# Limit the total size of all txs in the mempool.
|
||||
# This only accounts for raw transactions (e.g. given 1MB transactions and
|
||||
# max_bytes=5MB, mempool will only accept 5 transactions).
|
||||
max_bytes = 1073741824
|
||||
# max_txs_total_bytes=5MB, mempool will only accept 5 transactions).
|
||||
max_txs_total_bytes = 1073741824
|
||||
|
||||
# Size of the cache (used to filter transactions we saw earlier) in transactions
|
||||
cache_size = 10000
|
||||
|
||||
Reference in New Issue
Block a user