mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
save
This commit is contained in:
parent
8170635b5c
commit
ee04be5cf3
@ -93,7 +93,7 @@ const PendingSubPoolLimit = 1024
|
||||
const BaseFeeSubPoolLimit = 1024
|
||||
const QueuedSubPoolLimit = 1024
|
||||
|
||||
const MaxSendersInfoCache = 1024
|
||||
const MaxSendersInfoCache = 2 * (PendingSubPoolLimit + BaseFeeSubPoolLimit + QueuedSubPoolLimit)
|
||||
|
||||
type nonce2Tx struct{ *btree.BTree }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user