Skip to content

New rate limiter

Steven Fuchs requested to merge stwf/pleroma:new-rate-limiter into develop

ExRated puts all requests through a GenServer call. Essentially limiting any rate limited endpoints to single threaded performance. ConCache uses inline access to the ETS table so concurrency can be preserved.

Merge request reports