NAME
Gungho::Component::Throttle::Simple.ja - リクエスト総数でスロットル
SYNOPSIS
---
throttle:
simple:
max_items 1000
interval: 3600
components:
- Throttle::Simple
METHODS
setup
オブジェクトを初期化します。
throttle($request)
設定されたリクエスト総数範囲内であれば正、超えると負を返します