diff --git a/common/djangoapps/enrollment/views.py b/common/djangoapps/enrollment/views.py index 68e0c33cc6..17f6079c80 100644 --- a/common/djangoapps/enrollment/views.py +++ b/common/djangoapps/enrollment/views.py @@ -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):