dev: increase user rate limit to 10000/hour
This commit is contained in:
parent
5b68c15659
commit
5a61a85704
@ -246,7 +246,7 @@ REST_FRAMEWORK = {
|
||||
],
|
||||
'DEFAULT_THROTTLE_RATES': {
|
||||
'anon': '100/day',
|
||||
'user': '1000/day'
|
||||
'user': '10000/hour'
|
||||
},
|
||||
"EXCEPTION_HANDLER": "apps.api.exceptions.conflict_exception_handler"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user