From 25028f0c7f21d630d62c73c62bbc990296b7bee6 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Wed, 19 Oct 2016 13:00:36 -0700 Subject: [PATCH] increase api limit for platinum --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index a90600ed9..500f8c004 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -613,7 +613,7 @@ class User < ActiveRecord::Base def api_hourly_limit(idempotent = true) base = if is_platinum? && api_key.present? - 2000 + 5000 elsif is_gold? && api_key.present? 1000 else