Skip to content

Commit

Permalink
increase unlimited tier requests per minute
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender committed Aug 19, 2024
1 parent ca1de8d commit 1376f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Tier("default", 10, 0, 250),
Tier("bronze", 40, 0, 1000),
Tier("silver", 80, 0, 50000),
Tier("unlimited", 240, 0, 1_000_000_000),
Tier("unlimited", 360, 0, 1_000_000_000),
],
use_redis_time=False,
track_daily_usage=True,
Expand Down

0 comments on commit 1376f4f

Please sign in to comment.