Skip to content

Commit 6a9bc7c

Browse files
Update content/docs/nodes/chain-configs/subnet-evm.mdx
Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org> Signed-off-by: Owen <owenwahlgren@gmail.com>
1 parent 49aee5e commit 6a9bc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/nodes/chain-configs/subnet-evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati
9696
| `tx-pool-account-slots` | `uint64` | Max executable transaction slots per account. | 16 |
9797
| `tx-pool-global-slots` | `uint64` | Max executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalSlots` |
9898
| `tx-pool-account-queue` | `uint64` | Max non-executable transaction slots per account. | From `legacypool.DefaultConfig.AccountQueue` |
99-
| `tx-pool-global-queue` | `uint64` | Max non-executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalQueue` |
99+
| `tx-pool-global-queue` | `uint64` | Max non-executable transaction slots for all accounts. | 1024 |
100100
| `tx-pool-lifetime` | `Duration`| Maximum time a transaction can remain in the pool. | 10 Minutes |
101101

102102
### API Resource Limiting Settings

0 commit comments

Comments
 (0)