Thumbnail rate limit incorrectly applied to non-thumbnail routes #3485
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
Description
The thumbnail throttle classes are in the default list of throttles, which are applied to all routes with no explicit throttle classes (which is most of our routes, including search). This means that search requests incorrectly count towards thumbnail requests count, from a throttling perspective.
Reproduction
The text was updated successfully, but these errors were encountered: