From 9beb77a44e92cc32c511c92c031c8dbc812609ed Mon Sep 17 00:00:00 2001 From: Thomi Richards Date: Fri, 1 Jul 2022 18:24:22 +1200 Subject: [PATCH] docs: small language tweak to uplinks.md. (#3252) --- website/docs/uplinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/uplinks.md b/website/docs/uplinks.md index 81dbcbd07..36d7d6467 100644 --- a/website/docs/uplinks.md +++ b/website/docs/uplinks.md @@ -82,6 +82,6 @@ uplinks: * Uplinks must be registries compatible with the `npm` endpoints. Eg: *verdaccio*, `sinopia@1.4.0`, *npmjs registry*, *yarn registry*, *JFrog*, *Nexus* and more. * Setting `cache` to false will help to save space in your hard drive. This will avoid store `tarballs` but [it will keep metadata in folders](https://github.com/verdaccio/verdaccio/issues/391). -* Exceed with multiple uplinks might slow down the lookup of your packages due for each request a npm client does, verdaccio does 1 call for each uplink. +* Multiple uplinks might slow down the lookup of your packages. For each request an npm client makes, verdaccio makes 1 call to each configured uplink. * The (timeout, maxage and fail_timeout) format follow the [NGINX measurement units](http://nginx.org/en/docs/syntax.html) * When using the [Helm Chart](https://github.com/verdaccio/charts), you can use `secretEnvVars` to inject sensitive environment variables, which can be used to configure private uplink auth.