We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b1d65 commit 80f06fdCopy full SHA for 80f06fd
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