We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f1b63 commit 6be9333Copy full SHA for 6be9333
examples/get_project_version_total_scan_size.py
@@ -18,7 +18,7 @@
18
19
if version:
20
codelocation_url = hub.get_link(version, "codelocations")
21
- codelocation_url += "?limit={}".format(10000)
+ codelocation_url += "?limit={}".format(1000000)
22
response = hub.execute_get(codelocation_url)
23
if response.status_code == 200:
24
# codelocation and scan are synonymous
0 commit comments