Skip to content

Commit f16d3da

Browse files
committed
Reduce page request load by 20%
1 parent a124c0b commit f16d3da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/grandchallenge/github/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_repos(self, *, installation_id):
172172
Currently, there is no way to filter the repositories, see
173173
https://docs.github.com/en/rest/apps/installations?apiVersion=2022-11-28#list-repositories-accessible-to-the-user-access-token
174174
"""
175-
per_page = 100
175+
per_page = 80
176176

177177
def get_page(*, page):
178178
return requests.get(

0 commit comments

Comments
 (0)