Skip to content

Modify archive rate limit to throttle by user

Stan Hu requested to merge sh-rate-limit-archive-by-user into master

In the previous implementation, an unauthenticated user attempting to download the archive repeatedly would interfere with authenticated users. To avoid that, we increase the scope of the limiter to include the user.

Edited by Stan Hu

Merge request reports