Skip to content

Commit

Permalink
Update client_handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
05sonicblue authored Sep 12, 2024
1 parent bd265fd commit 2ba4adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaspastratum/client_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"go.uber.org/zap"
)

var bigJobRegex = regexp.MustCompile(".*BzMiner.*")
var bigJobRegex = regexp.MustCompile(".*(BzMiner|IceRiverMiner).*")

const balanceDelay = time.Minute

Expand Down

0 comments on commit 2ba4adf

Please sign in to comment.