increase fav limits to match page limits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user