You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release redirect is powered by a small PHP script which connects to the Github API to find the latest release and redirect to the appropriate asset.
Performing such an API call to github.com upon every request is a hack, particularly since the current release information doesn't change very often.
The links to the asset files associated with a release are static.
So instead of calling the API, we should create the redirects statically upon release.
The text was updated successfully, but these errors were encountered:
The release redirect is powered by a small PHP script which connects to the Github API to find the latest release and redirect to the appropriate asset.
Performing such an API call to github.com upon every request is a hack, particularly since the current release information doesn't change very often.
The links to the asset files associated with a release are static.
So instead of calling the API, we should create the redirects statically upon release.
The text was updated successfully, but these errors were encountered: