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 17, 2024
1 parent 768a54d commit c733d4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cl/settings/third_party/rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
},
"OVERRIDE_THROTTLE_RATES": {
# Throttling down.
# Multiple accounts
"JamesBond": "1/hour",
"JackSparrow": "1/hour",
"PeterPan": "1/hour",
"HomerSimpson": "1/hour",
"BruceWayne": "1/hour",
# Unresponsive
"court_test_account": "1/hour",
"jmmckinnie": "1/hour",
Expand Down

0 comments on commit c733d4a

Please sign in to comment.