Users are rate-limited on endpoints they have barely touched.
The rate limiting middleware selects its limit per path but counts requests in a single bucket per IP across all paths.
This is a bug fix and an upgrade but also intents to implement LOLA spec intended behavior (https://swicg.github.io/activitypub-data-portability/lola#load-management-during-fetching-of-content)
Users are rate-limited on endpoints they have barely touched.
The rate limiting middleware selects its limit per path but counts requests in a single bucket per IP across all paths.
This is a bug fix and an upgrade but also intents to implement LOLA spec intended behavior (https://swicg.github.io/activitypub-data-portability/lola#load-management-during-fetching-of-content)