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
When communicating with the GitHub team they recommended using conditional requests when parsing packages. This would help with any API rate limiting issues.
Currently whenever a package is viewed that is an API request.
When communicating with the GitHub team they recommended using conditional requests when parsing packages. This would help with any API rate limiting issues.
Currently whenever a package is viewed that is an API request.
swift-package-registry/lib/package.js
Line 15 in 74a380c
Instead it should be a database lookup, if the conditional request does not say there is an update.
The text was updated successfully, but these errors were encountered: