diff --git a/app/models/api_key.rb b/app/models/api_key.rb index cd7a72ee8..265aac16e 100644 --- a/app/models/api_key.rb +++ b/app/models/api_key.rb @@ -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)?