Skip to content

Commit

Permalink
Merge pull request #4840 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 18, 2024
2 parents 9951ee8 + 2173232 commit 77f47e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl/search/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from admin_cursor_paginator import CursorPaginatorAdmin
from django.contrib import admin
from django.db.models import QuerySet
from django.forms import ModelForm
from django.http import HttpRequest

from cl.alerts.admin import DocketAlertInline
Expand Down
5 changes: 5 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,11 @@
"OVERRIDE_THROTTLE_RATES": {
# Throttling down.
# Multiple accounts
"api_account_1": "1/hour",
"api_account_2": "1/hour",
"api_account_3": "1/hour",
"api_account_4": "1/hour",
"api_account_5": "1/hour",
"JamesBond": "1/hour",
"JackSparrow": "1/hour",
"PeterPan": "1/hour",
Expand Down

0 comments on commit 77f47e2

Please sign in to comment.