increase fav limits to match page limits

This commit is contained in:
albert
2013-03-20 10:34:24 -07:00
parent 10b7569469
commit 0c9a60040c
2 changed files with 3 additions and 3 deletions

View File

@@ -464,9 +464,9 @@ class User < ActiveRecord::Base
if is_platinum?
nil
elsif is_privileged?
20_000
40_000
else
4_000
20_000
end
end
end