From 22aebdce8bcbc441cc0f7c7b975c97b5ee26b0fa Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 28 Aug 2024 01:41:16 +0000 Subject: [PATCH] Drop down trial daily limit --- app/models/api_key.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)?