=============================================================================
Rate Limiter with Sharded State Map
Constants
Log = ::
Log.for("rate_limiter")
Constructors
new(default_limit :
Int32 = 100, default_window_sec :
Int32 = 60, block_duration_sec :
Int32 = 300)
Source