Skip to content

Commit

Permalink
increase max in flight
Browse files Browse the repository at this point in the history
  • Loading branch information
mwindower committed Jul 9, 2024
1 parent e7bf557 commit 1acc726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bmc/nsq.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (b *BMCService) InitConsumer() error {
MinVersion: tls.VersionTLS12,
}
config.TlsV1 = true
config.MaxInFlight = 2
config.MaxInFlight = 100

consumer, err := nsq.NewConsumer(b.machineTopic, mqChannel, config)
if err != nil {
Expand Down

0 comments on commit 1acc726

Please sign in to comment.