-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The official nodejs.org domain hasn't been a very reliable origin for us for downloading binaries from lately. Often it works perfectly fine, but occasionally it seems to just not send any bytes at all after establishing a connection. Most likely nodejs.org are applying rate limits, which would make good sense from a cost and abuse perspective. However, this makes it very unreliable for CI tools like `nvi`. To provide a work around for this, we're adding a flag to change to a different origin. Most likely this alternative origin will be a caching proxy, which is certainly what we'll be using it for.
- Loading branch information
Showing
2 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters