From 71518ae28ecaf6e0b9944080595ce59b3e854549 Mon Sep 17 00:00:00 2001 From: Philip Langer Date: Tue, 6 Aug 2024 11:08:39 +0200 Subject: [PATCH] Add rate limit to plugin download --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index af81e83c5..3918b6bf9 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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