Skip to content

Commit

Permalink
Merge pull request #37 from openstates/rj_updates
Browse files Browse the repository at this point in the history
Increase Unlimited Tier Requests per Minute
  • Loading branch information
NewAgeAirbender authored Aug 19, 2024
2 parents ca1de8d + 1376f4f commit b2073b4
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 b2073b4

Please sign in to comment.