Merge pull request #32404 from openedx/eahmadjaved/ENT-4727

chore: add high_service_user scope in throttle config
This commit is contained in:
Ejaz Ahmad
2023-06-12 12:44:08 +05:00
committed by GitHub

View File

@@ -3300,6 +3300,7 @@ REST_FRAMEWORK = {
'user': '60/minute',
'service_user': '800/minute',
'registration_validation': '30/minute',
'high_service_user': '2000/minute',
},
}