@dboehmer One of the primary constraints of the current rate-limiting is that there is only a global counter that increases for each request.
So a user watching Forgejo Actions logs scroll through will fire a lot of small requests. And a botnet that is distributed over many many IP addresses do not trigger the rate-limiting at all, because each server only fires a few requests.
@Codeberg @dboehmer Is there an issue for this, to allow a more focused discussion?