chore: add high_service_user scope in throttle config

This commit is contained in:
jajjibhai008
2023-06-08 20:28:46 +05:00
parent 96b8ba5d6a
commit c9bea667e5

View File

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