Skip to content
Snippets Groups Projects
Commit f52d2b3f authored by Tore.Brede's avatar Tore.Brede
Browse files

Updating throttle limit

parent 8f2e40e3
No related branches found
No related tags found
1 merge request!152Fixing redeclaration of rest framework settings
Pipeline #100457 passed
......@@ -103,7 +103,7 @@ REST_FRAMEWORK = {
"rest_framework.throttling.AnonRateThrottle",
],
"DEFAULT_THROTTLE_RATES": {
"anon": "100/day",
"anon": "10/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