Skip to content

Commit 80f06fd

Browse files
committed
Update rate limit
1 parent a1b1d65 commit 80f06fd

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
@@ -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)