Skip to content

Commit

Permalink
wip: +1 backlogWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Sep 16, 2024
1 parent 658b00a commit d8bd008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/txHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ func (handler *TxHandler) Start() {
{Tag: protocol.TxnTag, MessageHandler: network.ValidateHandleFunc(handler.validateIncomingTxMessage)},
})

handler.backlogWg.Add(2)
handler.backlogWg.Add(3)
go handler.backlogWorker()
go handler.backlogWorker()
go handler.backlogGaugeThread()
handler.streamVerifier.Start(handler.ctx)
Expand Down

0 comments on commit d8bd008

Please sign in to comment.