chore(net): expose pending pool imports bound in cli (#10357)

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
Emilia Hane
2024-08-20 01:05:52 -07:00
committed by GitHub
parent 170a396903
commit 3aaa284a5e
9 changed files with 48 additions and 1 deletions

View File

@ -177,6 +177,11 @@ Networking:
--max-inbound-peers <MAX_INBOUND_PEERS>
Maximum number of inbound requests. default: 30
--max-pending-imports <COUNT>
Max number of transactions to import concurrently.
[default: 4096]
--max-seen-tx-history <MAX_SEEN_TX_HISTORY>
Max number of seen transactions to remember per peer.