mempool: make max_msg_bytes configurable (#3826)

* mempool: make max_msg_bytes configurable

* apply suggestions from code review

* update changelog pending

* apply suggestions from code review again
This commit is contained in:
Jun Kimura
2019-07-23 00:17:10 +09:00
committed by Jack Zampolin
parent 5ed39fd0b3
commit df6df61ea9
8 changed files with 41 additions and 13 deletions

View File

@ -240,6 +240,9 @@ max_txs_bytes = 1073741824
# Size of the cache (used to filter transactions we saw earlier) in transactions
cache_size = 10000
# Limit the size of TxMessage
max_msg_bytes = 1048576
##### consensus configuration options #####
[consensus]