Skip to content

Commit

Permalink
reset limit to 3600
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 31, 2023
1 parent 0ee1226 commit c566ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
europe_london_tz = timezone("Europe/London")
utc = timezone("UTC")
limiter = Limiter(key_func=get_remote_address)
N_CALLS_PER_HOUR = 5
N_CALLS_PER_HOUR = 3600


def floor_30_minutes_dt(dt):
Expand Down

0 comments on commit c566ee1

Please sign in to comment.