Skip to content

Commit

Permalink
chore(repo): increate npm fetch retires count and timeout (#19191)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi authored Sep 21, 2023
1 parent 6327fab commit ed0456e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fetch-retries=5
fetch-retry-mintimeout=60000
fetch-retry-maxtimeout=120000
fetch-timeout=300000
2 changes: 2 additions & 0 deletions .verdaccio/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ uplinks:
maxage: 60m
max_fails: 20
fail_timeout: 2m
timeout: 5m
yarn:
url: https://registry.yarnpkg.com
maxage: 60m
max_fails: 20
fail_timeout: 2m
timeout: 5m

packages:
'@*/*':
Expand Down

1 comment on commit ed0456e

@vercel
Copy link

@vercel vercel bot commented on ed0456e Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.