Class: Portage::Ucp::NullRateLimiter
- Inherits:
-
RateLimiter
- Object
- RateLimiter
- Portage::Ucp::NullRateLimiter
- Defined in:
- lib/portage/ucp/rate_limiter.rb
Overview
The default: never limits. Present so an unconfigured server behaves exactly as it did before this hook existed, rather than silently blocking mutations the way UnconfiguredAuthenticator does for auth.
Instance Method Summary collapse
Instance Method Details
#check!(_key, _capability) ⇒ Object
24 |
# File 'lib/portage/ucp/rate_limiter.rb', line 24 def check!(_key, _capability); end |