Skip to content

Commit

Permalink
Merge pull request #24 from PRODYNA/feature/23-timeout-smaller-windows
Browse files Browse the repository at this point in the history
Window 25
  • Loading branch information
dkrizic authored Mar 18, 2024
2 parents 18fb85f + 39cdb81 commit 25fe7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userlist/members.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (c *UserListConfig) loadMembers() error {
} `graphql:"enterprise(slug: $slug)"`
}

window := 100
window := 25
variables := map[string]interface{}{
"slug": githubv4.String("prodyna"),
"first": githubv4.Int(window),
Expand Down

0 comments on commit 25fe7fd

Please sign in to comment.