Document `--tx-pool-future-max-by-account` (#1182)

* Document tx-pool-future-max-by-account

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

* edit wording

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
pull/1188/head
Alexandra Tran 2 years ago committed by GitHub
parent cbc380ba3e
commit e2d20ddd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      docs/public-networks/reference/cli/options.md

@ -3241,6 +3241,35 @@ Use the [`miner_changeTargetGasLimit`](../api/index.md#miner_changetargetgaslimi
the `target-gas-limit` while Besu is running. Alternatively restart Besu with an updated
`target-gas-limit` value.
### `tx-pool-future-max-by-account`
=== "Syntax"
```bash
--tx-pool-future-max-by-account=<INTEGER>
```
=== "Example"
```bash
--tx-pool-future-max-by-account=100
```
=== "Environment variable"
```bash
BESU_TX_POOL_FUTURE_MAX_BY_ACCOUNT=100
```
=== "Configuration file"
```bash
tx-pool-future-max-by-account="100"
```
The maximum number of future transactions kept in the transaction pool, per account.
The default is 64.
### `tx-pool-max-size`
=== "Syntax"

Loading…
Cancel
Save