Skip to content

Commit

Permalink
Release v1.3.0-beta.2: Decrease default tx pool size from 4096 to 204…
Browse files Browse the repository at this point in the history
…8. (#1483)

This was included in v1.2.5, but missed when preparing to release v1.3.0-beta.2.  So this commits adds it, and this is what will be used for the v1.3.0-beta.2 release.
  • Loading branch information
Or Neeman authored Apr 5, 2021
1 parent 328b78e commit ccb791f
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 @@ -196,7 +196,7 @@ var DefaultTxPoolConfig = TxPoolConfig{
PriceBump: 10,

AccountSlots: 16,
GlobalSlots: 4096,
GlobalSlots: 2048,
AccountQueue: 64,
GlobalQueue: 1024,

Expand Down

0 comments on commit ccb791f

Please sign in to comment.