diff --git a/lib/api_defender.rb b/lib/api_defender.rb index 053dd6c23..f23221c34 100644 --- a/lib/api_defender.rb +++ b/lib/api_defender.rb @@ -9,7 +9,7 @@ class ApiDefender < Rack::Throttle::Hourly options = { cache: Redis.new(thread_safe: true), key_prefix: :throttle, - max: 2000 # only 2000 request per hour + max: 3000 # only 3000 request per hour } @app, @options = app, options end