Skip to content

Commit

Permalink
feat(api): Block users
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Dec 23, 2024
1 parent 17c150f commit d39e0fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cl/settings/third_party/rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"OVERRIDE_THROTTLE_RATES": {
# Throttling down.
# Multiple accounts
"api_1": "1/hour",
"api_2": "1/hour",
"api_account_1": "1/hour",
"api_account_2": "1/hour",
"api_account_3": "1/hour",
Expand Down

0 comments on commit d39e0fb

Please sign in to comment.