chore(net): Expose max seen transactions history size as cli arg (#10327)

Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
Emilia Hane
2024-08-17 15:31:31 -07:00
committed by GitHub
parent d4acf69abb
commit 8c02acad79
12 changed files with 97 additions and 5 deletions

View File

@ -154,6 +154,13 @@ Networking:
--max-inbound-peers <MAX_INBOUND_PEERS>
Maximum number of inbound requests. default: 30
--max-seen-tx-history <MAX_SEEN_TX_HISTORY>
Max number of seen transactions to remember per peer.
Default is 320 transaction hashes.
[default: 320]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.