Commit acc208b6 by Michael Frey Committed by GitHub

Merge pull request #15845 from edx/mjfrey/increase-enrollment-rate

increase staff user rate limit
parents 5b34264c fb7b98da
......@@ -75,7 +75,7 @@ class EnrollmentUserThrottle(UserRateThrottle, ApiKeyPermissionMixIn):
"""Limit the number of requests users can make to the enrollment API."""
THROTTLE_RATES = {
'user': '40/minute',
'staff': '200/minute',
'staff': '300/minute',
}
def allow_request(self, request, view):
......
Markdown is supported
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