struct

Sellia::Server::RateLimiter::Config

Inherits Struct / Value / Object

Constructors

new(max_tokens : Float64 = 100.0, refill_rate : Float64 = 10.0, window : Time::Span = 1.hour)
Source

Instance methods

max_tokens
Source
max_tokens=(max_tokens : Float64)
Source
refill_rate
Source
refill_rate=(refill_rate : Float64)
Source
window
Source
window=(window : Time::Span)
Source