Change the API call limit from 300 to 600
This commit is contained in:
parent
01e006d79e
commit
7af54f7d79
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Rack::Attack
|
|||
IpBlock.blocked?(req.remote_ip)
|
||||
end
|
||||
|
||||
throttle('throttle_authenticated_api', limit: 300, period: 5.minutes) do |req|
|
||||
throttle('throttle_authenticated_api', limit: 600, period: 5.minutes) do |req|
|
||||
req.authenticated_user_id if req.api_request?
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue