We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f15fac commit 43cb135Copy full SHA for 43cb135
rnacentral/rnacentral/settings.py
@@ -264,7 +264,7 @@
264
"apiv1.rest_framework_override.throttling.SafeCacheKeyAnonRateThrottle",
265
"apiv1.rest_framework_override.throttling.SafeCacheKeyUserRateThrottle",
266
),
267
- "DEFAULT_THROTTLE_RATES": {"anon": "180/minute", "user": "300/minute"},
+ "DEFAULT_THROTTLE_RATES": {"anon": "20/second", "user": "40/second"},
268
# Filtering
269
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
270
# renderers
0 commit comments