Skip to content

Commit 6be9333

Browse files
DineshDinesh
authored andcommitted
increased limit
1 parent b5f1b63 commit 6be9333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_project_version_total_scan_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
if version:
2020
codelocation_url = hub.get_link(version, "codelocations")
21-
codelocation_url += "?limit={}".format(10000)
21+
codelocation_url += "?limit={}".format(1000000)
2222
response = hub.execute_get(codelocation_url)
2323
if response.status_code == 200:
2424
# codelocation and scan are synonymous

0 commit comments

Comments
 (0)