Skip to content

Commit

Permalink
Add rate limit to plugin download
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Aug 6, 2024
1 parent 0a9784f commit 71518ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ./theia
run: |
yarn --skip-integrity-check --network-timeout 100000
yarn download:plugins
yarn download:plugins --rate-limit 3
env:
NODE_OPTIONS: --max_old_space_size=4096
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.com/microsoft/vscode-ripgrep/issues/9
Expand Down

0 comments on commit 71518ae

Please sign in to comment.