Skip to content

Commit

Permalink
Disable rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Jul 15, 2024
1 parent da17973 commit 368f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowmere/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,5 @@
send_default_pii=True,
)

RATELIMIT_ENABLE = not DEBUG
RATELIMIT_ENABLE = False
RATELIMIT_VIEW = "proxylist.views.ratelimited_error"

0 comments on commit 368f43d

Please sign in to comment.