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
Currently we use a static rate limiter that just sleeps for 3 seconds1 second between fetching dists. There's actually a GitHub API endpoint the builder script can access to see how many requests we still have available and then calculate the rate limit based on that.
In the end, I think this will let it update the site more often, as we'll scale the rate limit to the actual number of dists we have.
The text was updated successfully, but these errors were encountered:
Currently we use a static rate limiter that just sleeps for
3 seconds1 second between fetching dists. There's actually a GitHub API endpoint the builder script can access to see how many requests we still have available and then calculate the rate limit based on that.In the end, I think this will let it update the site more often, as we'll scale the rate limit to the actual number of dists we have.
The text was updated successfully, but these errors were encountered: