code icon indicating copy to clipboard operation
code copied to clipboard

fixes #3430

Open NoahCxrest opened this issue 9 months ago • 0 comments

this commit fixes the issue in #3430 by batching the requests to send them in 200 id intervals. the fix is weird, but it works for now and doesn't really have any compromises. before this, a ratelimit was causing bigger projects to return no versions due to too many ids submitted to the get_versions_many. this fixes that. i'm open to better solutions

NoahCxrest avatar Mar 31 '25 20:03 NoahCxrest