Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 9567877

Browse files
author
Lauri Piispanen
committed
pull five entries per page
1 parent d0523eb commit 9567877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (client HTTPGithubClient) SearchUsers(query UserSearchQuery) ([]User, error
6666
totalCount := 0
6767
minFollowerCount := -1
6868
maxPerQuery := 1000
69-
perPage := 10
69+
perPage := 5
7070

7171
Pages:
7272
for totalCount < query.MaxUsers {

0 commit comments

Comments
 (0)