Skip to content

Commit

Permalink
Increase github repository limit
Browse files Browse the repository at this point in the history
  • Loading branch information
canack committed Jan 9, 2024
1 parent b2a71de commit e464273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/github/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (r *Repo) TestConnection(ctx context.Context) error {

func (r *Repo) ListRepositories(ctx context.Context, limit int) ([]GithubRepository, error) {
if limit == 0 {
limit = 200
limit = 2000
}

var repositories []GithubRepository
Expand Down

0 comments on commit e464273

Please sign in to comment.