Skip to content

Commit

Permalink
Fix book
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Aug 16, 2024
1 parent 2ce7de3 commit 7f39bf7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/cli/reth/debug/execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/debug/in-memory-merkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/debug/merkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/debug/replay-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/p2p.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/stage/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.

[default: 1]

--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down
2 changes: 2 additions & 0 deletions book/cli/reth/stage/unwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Networking:
--max-tx-reqs-peer <MAX_TX_REQS_PEER>
Max concurrent `GetPooledTransactions` requests per peer.
[default: 1]
--pooled-tx-response-soft-limit <BYTES>
Experimental, for usage in research. Sets the max accumulated byte size of transactions
to pack in one response.
Expand Down

0 comments on commit 7f39bf7

Please sign in to comment.