Skip to content
Snippets Groups Projects
Unverified Commit 014d7952 authored by Matthew Piatetsky's avatar Matthew Piatetsky Committed by GitHub
Browse files

Merge pull request #24345 from edx/REV-1226

[REV-1226] Temporarily increase default throttle rates for service user
parents cf5f9482 c8dd6e5d
No related branches found
No related tags found
No related merge requests found
......@@ -2596,7 +2596,7 @@ REST_FRAMEWORK = {
'URL_FORMAT_OVERRIDE': None,
'DEFAULT_THROTTLE_RATES': {
'user': '60/minute',
'service_user': '120/minute',
'service_user': '800/minute',
'registration_validation': '30/minute',
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment