Skip to content

Commit a70750f

Browse files
authored
Merge pull request #1122 from Windos/fix-excessive-usage-links
2 parents 1cd84aa + 7263f3f commit a70750f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en-us/community-repository/community-packages-disclaimer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you are not able to take advantage of <Xref title="internalizing" value="reco
6767
Caching doesn't make the packages you are using from the community repository any more reliable, they may still need to download things from the internet at runtime - but it doesn't put you in a worse place than you already are at because you are already using the community repository directly which has issues identified in this document. If you want to achieve reliability when reusing community packages, you would need to <Xref title="internalize packages" value="recompile-packages" />.
6868
</Callout>
6969

70-
For caching of packages, something can be quickly implemented in 15-30 minutes to get your organization unblocked (and avoid rate limiting) while you look into implementing the rest of the <Xref title="organizational deployment guide" value="organizational-deployment-guide" /> (which takes about 1-2 hours). With 15-30 minutes, you can implement a <Xref title="Proxy Repository](https://help.sonatype.com/repomanager3/.net-package-repositories-with-nuget) including the install of a [Nexus Repository Manager v3](https://community.chocolatey.org/packages/nexus-repository) (or [NXRM v2](https://community.chocolatey.org/packages/nexus-oss)) which automatically caches (but does not [internalize" value="recompile-packages" />) packages from the community repository (`https://community.chocolatey.org/api/v2`). This provides the same experience you get in using the community repository now but with more availability and no rate limiting!
70+
For caching of packages, something can be quickly implemented in 15-30 minutes to get your organization unblocked (and avoid rate limiting) while you look into implementing the rest of the <Xref title="organizational deployment guide" value="organizational-deployment-guide" /> (which takes about 1-2 hours). With 15-30 minutes, you can implement a [Proxy Repository](https://help.sonatype.com/repomanager3/.net-package-repositories-with-nuget) including the install of a [Nexus Repository Manager v3](https://community.chocolatey.org/packages/nexus-repository) (or [NXRM v2](https://community.chocolatey.org/packages/nexus-oss)) which automatically caches (but does not <Xref title="internalize" value="recompile-packages" />) packages from the community repository (`https://community.chocolatey.org/api/v2`). This provides the same experience you get in using the community repository now but with more availability and no rate limiting!
7171

7272
### What To Do When You Are Blocked For Excessive Use
7373

0 commit comments

Comments
 (0)