Skip to content
Snippets Groups Projects
Commit ed54cdc1 authored by Michael Frey's avatar Michael Frey
Browse files

increase limit for staff users

parent 94f65768
Branches
Tags
No related merge requests found
......@@ -76,7 +76,7 @@ class EnrollmentUserThrottle(UserRateThrottle, ApiKeyPermissionMixIn):
"""Limit the number of requests users can make to the enrollment API."""
THROTTLE_RATES = {
'user': '40/minute',
'staff': '600/minute',
'staff': '1200/minute',
}
def allow_request(self, request, view):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment