Skip to content

Commit

Permalink
Try using smaller chunk
Browse files Browse the repository at this point in the history
to avoid secondary rate limit
  • Loading branch information
dontcallmedom committed Nov 14, 2024
1 parent a4048ec commit dd513be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function w3cLicenses() {
const repoQuery = `
query ($org: String!, $cursor: String) {
organization(login: $org) {
repositories(first: 5, after: $cursor) {
repositories(first: 4, after: $cursor) {
nodes {
id
name
Expand Down

0 comments on commit dd513be

Please sign in to comment.