We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18fb85f + 39cdb81 commit 25fe7fdCopy full SHA for 25fe7fd
1 file changed
userlist/members.go
@@ -55,7 +55,7 @@ func (c *UserListConfig) loadMembers() error {
55
} `graphql:"enterprise(slug: $slug)"`
56
}
57
58
- window := 100
+ window := 25
59
variables := map[string]interface{}{
60
"slug": githubv4.String("prodyna"),
61
"first": githubv4.Int(window),
0 commit comments