Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Dec 11, 2024
1 parent 1e31215 commit 46fa818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/enclave/components/txpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func NewTxPool(blockchain *EthChainAdapter, gasTip *big.Int, validateOnly bool,
PriceBump: legacypool.DefaultConfig.PriceBump,
AccountSlots: 32,
GlobalSlots: (4096 + 1024) * 2,
AccountQueue: 512,
GlobalQueue: 2048,
AccountQueue: 2048,
GlobalQueue: 2048 * 4,
Lifetime: legacypool.DefaultConfig.Lifetime,
}
legacyPool := legacypool.New(txPoolConfig, blockchain)
Expand Down

0 comments on commit 46fa818

Please sign in to comment.