Skip to content

Commit

Permalink
fix: increase hourly token for owners (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Mar 24, 2022
1 parent fb255cb commit 00fe9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ticommunityowners/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func main() {
}
// NOTICE: This error is only possible when using the GitHub APP,
// but if we use the APP auth later we will have to handle the err.
_ = githubClient.Throttle(360, 360)
_ = githubClient.Throttle(720, 720)

// Skip https verify.
//nolint:gosec
Expand Down

0 comments on commit 00fe9b4

Please sign in to comment.