Skip to content

Commit

Permalink
slacknotifier: increase slack notification burst to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 15, 2024
1 parent d3a1a97 commit 239f7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notifier/slacknotifier/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/slack-go/slack"
)

var limiter = rate.NewLimiter(rate.Every(1*time.Second), 1)
var limiter = rate.NewLimiter(rate.Every(1*time.Second), 3)

type notifyTask struct {
Channel string
Expand Down

0 comments on commit 239f7ea

Please sign in to comment.