Skip to content

Commit

Permalink
bump rate limit for api
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Mar 6, 2023
1 parent 2ce2442 commit 49a1e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydotorg/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
),
'DEFAULT_THROTTLE_RATES': {
'anon': '100/day',
'user': '1000/day',
'user': '3000/day',
},
}

Expand Down

0 comments on commit 49a1e2a

Please sign in to comment.