raise front page limit to 50 until we have a better solution to the listing changing between next/prev

This commit is contained in:
spez
2008-11-07 16:10:07 -08:00
parent b5a358f080
commit 750e3327f2

View File

@@ -290,7 +290,7 @@ class Subreddit(Thing, Printable):
return [s._id for s in pop_reddits] if ids else list(pop_reddits)
@classmethod
def user_subreddits(cls, user, limit = 25):
def user_subreddits(cls, user, limit = 50):
"""subreddits that appear in a user's listings. returns the default
srs if there are no subscriptions."""
if user and user.has_subscribed: