RATE_LIMIT=100

This commit is contained in:
Namrata Jha
2021-12-22 19:21:20 +00:00
committed by GitHub
parent 38d4003d57
commit 1a7a0291b8
3 changed files with 17 additions and 80 deletions

View File

@@ -78,7 +78,7 @@ export function finalIds(input: Input): Observable<string[]> {
input.owner,
input.repo,
input.packageName,
100,
RATE_LIMIT,
'',
input.token
).pipe(