Email or username:

Password:

Forgot your password?
Top-level
Daniel Böhmer

@Codeberg I won’t be able to provide an implementation but for better understanding: How does rate limiting work now and what kind of improvement would be helpful in your current scenario?

2 comments
Codeberg.org

@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.

Harald

@Codeberg @dboehmer Is there an issue for this, to allow a more focused discussion?

Go Up