Skip to content

Commit

Permalink
delete: make limits less dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Nov 11, 2021
1 parent 844fad2 commit b2a311d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waterbutler/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
if settings.TEMP_REDIS_PORT is not None:
REDIS_PORT = settings.TEMP_REDIS_PORT

RATE_LIMITING_FIXED_WINDOW_SIZE = 36
RATE_LIMITING_FIXED_WINDOW_LIMIT = 36
RATE_LIMITING_FIXED_WINDOW_SIZE = 360
RATE_LIMITING_FIXED_WINDOW_LIMIT = 30

0 comments on commit b2a311d

Please sign in to comment.