Skip to content

Commit

Permalink
Update content/docs/nodes/chain-configs/subnet-evm.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ceyhun Onur <[email protected]>
Signed-off-by: Owen <[email protected]>
  • Loading branch information
owenwahlgren and ceyonur authored Nov 12, 2024
1 parent 5095af9 commit 4ca5eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/nodes/chain-configs/subnet-evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati
| `tx-pool-global-slots` | `uint64` | Max executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalSlots` |
| `tx-pool-account-queue` | `uint64` | Max non-executable transaction slots per account. | From `legacypool.DefaultConfig.AccountQueue` |
| `tx-pool-global-queue` | `uint64` | Max non-executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalQueue` |
| `tx-pool-lifetime` | `Duration`| Maximum time a transaction can remain in the pool. | From `legacypool.DefaultConfig.Lifetime` |
| `tx-pool-lifetime` | `Duration`| Maximum time a transaction can remain in the pool. | 10 Minutes |

### API Resource Limiting Settings

Expand Down

0 comments on commit 4ca5eb6

Please sign in to comment.