mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-01 14:26:02 +00:00
change limit of txn count in mempool for each sender from 16 to 48
This commit is contained in:
parent
962943d32b
commit
d8e968146b
@ -17,7 +17,7 @@ import (
|
||||
evmtypes "github.com/evmos/ethermint/x/evm/types"
|
||||
)
|
||||
|
||||
const MAX_TXS_PRE_SENDER_IN_MEMPOOL int = 16
|
||||
const MAX_TXS_PRE_SENDER_IN_MEMPOOL int = 48
|
||||
|
||||
var (
|
||||
_ mempool.Mempool = (*PriorityNonceMempool)(nil)
|
||||
|
Loading…
Reference in New Issue
Block a user