Skip to content
Snippets Groups Projects
Commit 5b5aa922 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Changed anon throttling to 300/day

parent 4bc4e677
Branches
No related tags found
1 merge request!110Changed anon throttling to 300/day
Pipeline #
...@@ -62,6 +62,6 @@ REST_FRAMEWORK = { ...@@ -62,6 +62,6 @@ REST_FRAMEWORK = {
'rest_framework.throttling.AnonRateThrottle', 'rest_framework.throttling.AnonRateThrottle',
), ),
'DEFAULT_THROTTLE_RATES': { 'DEFAULT_THROTTLE_RATES': {
'anon': '3/minute' 'anon': '300/day',
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment