Skip to content

Commit 4a71318

Browse files
arlosijoshtriplett
andauthored
Apply suggestions from code review
Co-authored-by: Josh Triplett <[email protected]>
1 parent a0ed8a9 commit 4a71318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/2022-06-16-sparse-registry-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ team: The Cargo Team <https://www.rust-lang.org/governance/teams/dev-tools#cargo
77

88
The Cargo nightly [`sparse-registry`][sparse-registry] feature is ready for testing. The
99
feature causes Cargo to access the crates.io index over HTTP, rather than git. It can
10-
provide a significant performance improvement, especially if the git index is
11-
out-of-date or not yet cloned.
10+
provide a significant performance improvement, especially if the local copy of
11+
the git index is out-of-date or not yet cloned.
1212

1313
## Overview
1414
To try it out, add the `-Z sparse-registry` flag on `nightly-2022-06-20` or newer build
@@ -37,7 +37,7 @@ and clients must download the entire index. The HTTP index only requires downloa
3737
metadata for crates in your dependency tree.
3838

3939
The performance improvement for clients should be especially noticeable in CI
40-
environments, where no local cache of the index exists.
40+
environments, particularly if no local cache of the index exists.
4141

4242
On the server side, the HTTP protocol is much simpler to cache on a CDN, which improvies
4343
scalability and reduces server load.

0 commit comments

Comments
 (0)