Skip to content

Commit 9611e08

Browse files
committed
feat(devindex): Increase updater limit to 500 users/hour (#9130)
1 parent a05b724 commit 9611e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devindex-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
- name: Run DevIndex Updater
31-
run: npm run devindex:update -- --limit=200
31+
run: npm run devindex:update -- --limit=500
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

0 commit comments

Comments
 (0)