Skip to content

Commit

Permalink
Change DEFAULT_THROTTLE_RATES
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Jan 9, 2025
1 parent de8745c commit ecf2a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnacentral/rnacentral/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"apiv1.rest_framework_override.throttling.SafeCacheKeyAnonRateThrottle",
"apiv1.rest_framework_override.throttling.SafeCacheKeyUserRateThrottle",
),
"DEFAULT_THROTTLE_RATES": {"anon": "200/second", "user": "400/second"},
"DEFAULT_THROTTLE_RATES": {"anon": "10/second", "user": "20/second"},
# Filtering
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
# renderers
Expand Down

0 comments on commit ecf2a21

Please sign in to comment.