class

Circed::Services::RateLimiter

Inherits Reference / Object

Constants

BURST_TOKENS = 20.0
EXEMPT_COMMANDS = {"PONG", "QUIT"}
TOKENS_PER_SECOND = 2.0

Constructors

new(updated_at : Time::Span = Time.monotonic)
Source

Instance methods

allow?(command : String, now : Time::Span = Time.monotonic) : Bool
Source