Skip to content

Commit

Permalink
Drop down trial daily limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 28, 2024
1 parent a34dd86 commit 22aebdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/api_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ def self.default_daily_limit_commercial
5000
end

# TODO: Should this be smaller?
sig { returns(Integer) }
def self.default_daily_limit_trial
500
100
end

# TODO: Should this be longer (like 28 days)?
Expand Down

0 comments on commit 22aebdc

Please sign in to comment.