Skip to content

Commit

Permalink
modify txpool param
Browse files Browse the repository at this point in the history
  • Loading branch information
wincenteam committed Apr 8, 2021
1 parent f61c548 commit 8567aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ var DefaultTxPoolConfig = TxPoolConfig{
AccountSlots: 16,
GlobalSlots: 4096,
AccountQueue: 64,
GlobalQueue: 128,
GlobalQueue: 50,

Lifetime: 3 * time.Hour,
}
Expand Down

0 comments on commit 8567aa1

Please sign in to comment.