Skip to content

Commit 25fe7fd

Browse files
authored
Merge pull request #24 from PRODYNA/feature/23-timeout-smaller-windows
Window 25
2 parents 18fb85f + 39cdb81 commit 25fe7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userlist/members.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (c *UserListConfig) loadMembers() error {
5555
} `graphql:"enterprise(slug: $slug)"`
5656
}
5757

58-
window := 100
58+
window := 25
5959
variables := map[string]interface{}{
6060
"slug": githubv4.String("prodyna"),
6161
"first": githubv4.Int(window),

0 commit comments

Comments
 (0)