Skip to content

Commit

Permalink
test with 5k batch
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbundalo committed Nov 4, 2024
1 parent 3ebf596 commit f70f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpool/txpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (p *TxPool) Start() {
p.updatePending(0)

// start gossip batchers
p.startGossipBatchers(1, 10000)
p.startGossipBatchers(1, 5000)

// run the handler for high gauge level pruning
go func() {
Expand Down

0 comments on commit f70f997

Please sign in to comment.