Skip to content

Commit ecf2a21

Browse files
committed
Change DEFAULT_THROTTLE_RATES
1 parent de8745c commit ecf2a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rnacentral/rnacentral/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"apiv1.rest_framework_override.throttling.SafeCacheKeyAnonRateThrottle",
259259
"apiv1.rest_framework_override.throttling.SafeCacheKeyUserRateThrottle",
260260
),
261-
"DEFAULT_THROTTLE_RATES": {"anon": "200/second", "user": "400/second"},
261+
"DEFAULT_THROTTLE_RATES": {"anon": "10/second", "user": "20/second"},
262262
# Filtering
263263
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
264264
# renderers

0 commit comments

Comments
 (0)