Skip to content
Snippets Groups Projects
Commit df96cce3 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Bump up event creation throttle to 10/second

parent 683a4f3c
No related branches found
No related tags found
No related merge requests found
...@@ -366,7 +366,7 @@ REST_FRAMEWORK = { ...@@ -366,7 +366,7 @@ REST_FRAMEWORK = {
), ),
'DEFAULT_THROTTLE_RATES': { 'DEFAULT_THROTTLE_RATES': {
'anon_burst': '300/minute', 'anon_burst': '300/minute',
'event_creation': '1/second', 'event_creation': '10/second',
'annotation' : '10/second', 'annotation' : '10/second',
}, },
'DEFAULT_AUTHENTICATION_CLASSES': ( 'DEFAULT_AUTHENTICATION_CLASSES': (
......
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