Skip to content

Commit 9a8a537

Browse files
committed
change first 100 to 60 due to graphql limit
1 parent f4cf569 commit 9a8a537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ProcessorGQL(object):
9999

100100
def __init__(self):
101101
self.gql_format = """query{
102-
search(query: "%s", type: REPOSITORY, first: 100) {
102+
search(query: "%s", type: REPOSITORY, first: 60) {
103103
edges {
104104
node {
105105
...on Repository {

0 commit comments

Comments
 (0)