Skip to content

Commit 45923f0

Browse files
[license check] change batch size from 50 to 500
The batch size is used by dash-licenses, and determines how many dependencies are sent per request to the Eclipse Foundation and ClearlyDefined servers. 500 is actually the default when running plain dash-licenses, and will result in fewer requests which could help with HTTP 429 errors we see once in a while, specially on the ClearlyDefined requests. See: eclipse-dash/dash-licenses#301 (comment) Signed-off-by: Marc Dumais <[email protected]>
1 parent 98b39d7 commit 45923f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/license-check-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project": "ecd.cdt-cloud",
33
"review": false,
44
"inputFile": "yarn.lock",
5-
"batch": 50,
5+
"batch": 500,
66
"timeout": 200,
77
"summary": "license-check-summary.txt"
88
}

0 commit comments

Comments
 (0)