chore(repo): increase Verdaccio fail limits (#18286)
This commit is contained in:
parent
b6db266c9e
commit
0957a99215
@ -10,9 +10,13 @@ uplinks:
|
|||||||
npmjs:
|
npmjs:
|
||||||
url: https://registry.npmjs.org/
|
url: https://registry.npmjs.org/
|
||||||
maxage: 60m
|
maxage: 60m
|
||||||
|
max_fails: 20
|
||||||
|
fail_timeout: 2m
|
||||||
yarn:
|
yarn:
|
||||||
url: https://registry.yarnpkg.com
|
url: https://registry.yarnpkg.com
|
||||||
maxage: 60m
|
maxage: 60m
|
||||||
|
max_fails: 20
|
||||||
|
fail_timeout: 2m
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
'@*/*':
|
'@*/*':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user