Skip to content

Commit 5596100

Browse files
sudiptob2mshudrak
authored andcommitted
feat: updated maxPage size for each req to 500 (#19)
Signed-off-by: Sudipto Baral <[email protected]>
1 parent 6539f90 commit 5596100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gcp_scanner/crawl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def list_sourcerepo(project_id: str, credentials: Credentials) -> List[Any]:
10241024

10251025
request = service.projects().repos().list(
10261026
name="projects/" + project_id,
1027-
pageSize=200
1027+
pageSize=500
10281028
)
10291029
try:
10301030
while request is not None:

0 commit comments

Comments
 (0)