From 4ca5eb6b5c40a6086cc09df2451498ae72674317 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 12 Nov 2024 17:12:59 -0500 Subject: [PATCH] Update content/docs/nodes/chain-configs/subnet-evm.mdx Co-authored-by: Ceyhun Onur Signed-off-by: Owen --- content/docs/nodes/chain-configs/subnet-evm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nodes/chain-configs/subnet-evm.mdx b/content/docs/nodes/chain-configs/subnet-evm.mdx index d11a40e593d..bafff2538b9 100644 --- a/content/docs/nodes/chain-configs/subnet-evm.mdx +++ b/content/docs/nodes/chain-configs/subnet-evm.mdx @@ -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