Skip to content

Commit

Permalink
Merge pull request #4833 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 17, 2024
2 parents 768a54d + c733d4a commit 88924a3
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 88924a3

Please sign in to comment.