Skip to content

Commit

Permalink
Greatly increase throttle rates
Browse files Browse the repository at this point in the history
Requested by Michael
  • Loading branch information
mgdaily committed Feb 9, 2024
1 parent a5ef652 commit c121ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
'archive.authentication.throttling.AllowStaffUserRateThrottle',
),
'DEFAULT_THROTTLE_RATES': {
'anon': '1000/day',
'user': '50000/day',
'anon': '200000/day',
'user': '1000000000/day',
},
'DEFAULT_FILTER_BACKENDS': (
'django_filters.rest_framework.DjangoFilterBackend',
Expand Down

0 comments on commit c121ded

Please sign in to comment.