Skip to content

Commit

Permalink
test throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood committed Nov 1, 2023
1 parent 9f99931 commit 184ea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/enrollments/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class EnrollmentUserThrottle(UserRateThrottle, ApiKeyPermissionMixIn):

# To see how the staff rate limit was selected, see https://github.com/openedx/edx-platform/pull/18360
THROTTLE_RATES = {
'user': '40/minute',
'user': '50000/minute',
'staff': '120/minute',
}

Expand Down

0 comments on commit 184ea40

Please sign in to comment.