Skip to content

Commit

Permalink
change first 100 to 60 due to graphql limit
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLi committed Jan 13, 2022
1 parent f4cf569 commit 9a8a537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/process.py
Expand Up @@ -99,7 +99,7 @@ class ProcessorGQL(object):

def __init__(self):
self.gql_format = """query{
search(query: "%s", type: REPOSITORY, first: 100) {
search(query: "%s", type: REPOSITORY, first: 60) {
edges {
node {
...on Repository {
Expand Down

2 comments on commit 9a8a537

@hunelly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello

@hunelly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry i train with open source

Please sign in to comment.