root: fix error with sentry proxy

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-14 19:45:01 +02:00
parent 797e31696a
commit dd9dc7e596
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ REST_FRAMEWORK = {
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
"TEST_REQUEST_DEFAULT_FORMAT": "json",
"DEFAULT_THROTTLE_RATES": {
"anon": '100/day',
"flow_executor": "100/day",
},
}