Skip to content

Commit

Permalink
chore: increase user throttle rate (#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-D-Akbar authored Jul 25, 2024
1 parent e03f8a7 commit 90605e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course_discovery/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
'course_discovery.apps.core.throttles.OverridableUserRateThrottle',
),
'DEFAULT_THROTTLE_RATES': {
'user': '100/hour',
'user': '200/hour',
},
'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'
}
Expand Down

0 comments on commit 90605e4

Please sign in to comment.