FIX: Should be 30 topics on desktop, 15 on android

This commit is contained in:
Robin Ward 2014-12-19 13:18:26 -05:00
parent 25755efeee
commit c15f78f9c9

View file

@ -157,7 +157,7 @@ class TopicQuery
protected protected
def per_page_setting def per_page_setting
@options[:slow_platform] ? 30 : 15 @options[:slow_platform] ? 15 : 30
end end
def create_list(filter, options={}, topics = nil) def create_list(filter, options={}, topics = nil)