Skip to content

Commit

Permalink
increase pagelen to 100 when fetching repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
kosgrz committed Feb 24, 2021
1 parent 154bf2c commit eae4074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ func (p *Plugin) GetToDo(ctx context.Context, userInfo *BitbucketUserInfo, bitbu
func (p *Plugin) getUserRepositories(ctx context.Context, bitbucketClient *bitbucket.APIClient) ([]bitbucket.Repository, error) {
options := make(map[string]interface{})
options["role"] = "member"
options["pagelen"] = 100

var urlForRepos string
org := p.getConfiguration().BitbucketOrg
Expand Down

0 comments on commit eae4074

Please sign in to comment.