Skip to content

Commit 43cb135

Browse files
committed
Update throttling policy
1 parent 8f15fac commit 43cb135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rnacentral/rnacentral/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"apiv1.rest_framework_override.throttling.SafeCacheKeyAnonRateThrottle",
265265
"apiv1.rest_framework_override.throttling.SafeCacheKeyUserRateThrottle",
266266
),
267-
"DEFAULT_THROTTLE_RATES": {"anon": "180/minute", "user": "300/minute"},
267+
"DEFAULT_THROTTLE_RATES": {"anon": "20/second", "user": "40/second"},
268268
# Filtering
269269
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
270270
# renderers

0 commit comments

Comments
 (0)