Skip to content

Commit

Permalink
Merge pull request #4853 from freelawproject/block-users
Browse files Browse the repository at this point in the history
feat(api): Block users
  • Loading branch information
mlissner authored Dec 23, 2024
2 parents 17c150f + d39e0fb commit 756226e
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 756226e

Please sign in to comment.