fix for sessionless api limits
This commit is contained in:
@@ -181,8 +181,12 @@ class AnonymousUser
|
|||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
def api_hourly_limit
|
def api_hourly_limit(idempotent = false)
|
||||||
500
|
if idempotent
|
||||||
|
500
|
||||||
|
else
|
||||||
|
5
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def statement_timeout
|
def statement_timeout
|
||||||
|
|||||||
Reference in New Issue
Block a user