Skip to content

Commit

Permalink
Merge pull request #105 from docker/chore-bump-page-size
Browse files Browse the repository at this point in the history
Bump items per page from 25 to 100
  • Loading branch information
silvin-lubecki authored Nov 6, 2020
2 parents cf3f87f + c086e06 commit 6d8743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hub/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
// LoginURL path to the Hub login URL
LoginURL = "/v2/users/login"

itemsPerPage = 25
itemsPerPage = 100
)

//Client sends authenticated calls to the Hub API
Expand Down

0 comments on commit 6d8743c

Please sign in to comment.