Skip to content

Commit

Permalink
Update to correct example (#1721)
Browse files Browse the repository at this point in the history
* Update to correct example

Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>

* update link

Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>

* add as note?

Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>

* remove noyte

Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>

---------

Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
  • Loading branch information
joaniefromtheblock and alexandratran authored Oct 22, 2024
1 parent cfad970 commit 7af9b62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -5486,38 +5486,38 @@ in a block in your network.
<TabItem value="Syntax" label="Syntax" default>

```bash
--tx-pool-max-prioritized-by-type=<TYPE=INTEGER>
--tx-pool-max-prioritized-by-type=["<TYPE=INTEGER>",...]
```

</TabItem>

<TabItem value="Example" label="Example">

```bash
--tx-pool-max-prioritized-by-type=BLOB=6
--tx-pool-max-prioritized-by-type=["BLOB=6","FRONTIER=200"]
```

</TabItem>

<TabItem value="Environment variable" label="Environment variable">

```bash
BESU_TX_POOL_MAX_PRIORITIZED_BY_TYPE=BLOB=6
BESU_TX_POOL_MAX_PRIORITIZED_BY_TYPE=["BLOB=6","FRONTIER=200"]
```

</TabItem>

<TabItem value="Configuration file" label="Configuration file">

```bash
tx-pool-max-prioritized-by-type="BLOB=6"
tx-pool-max-prioritized-by-type=["BLOB=6","FRONTIER=200"]
```

</TabItem>

</Tabs>

The maximum number of transactions of a specific [transaction type](../../concepts/transactions/types.md) that are prioritized in the [layered transaction pool](../../concepts/transactions/pool.md#layered-transaction-pool).
The maximum number of transactions of a specific [transaction type](../../concepts/transactions/types.md) that are prioritized in the [layered transaction pool](../../concepts/transactions/pool.md#layered-transaction-pool).

This option is mostly useful for tuning the amount of prioritized [blob transactions](../../concepts/transactions/types.md#blob-transactions) in the transaction pool.
Keeping the prioritized layer sorted is costly, and only a few blob transactions can fit in a block (currently a maximum of six).
Expand Down

0 comments on commit 7af9b62

Please sign in to comment.