Skip to content

Commit

Permalink
Cutting number of feeds for fetching until mongo is sharded.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Mar 22, 2013
1 parent dc0507f commit c4b6bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rss_feeds/tasks.py
Expand Up @@ -20,7 +20,7 @@ def run(self, **kwargs):
next_scheduled_update__lte=now,
active=True,
active_premium_subscribers__gte=1
).order_by('?')[:400]
).order_by('?')[:200]
popular_count = popular_feeds.count()

# Regular feeds
Expand Down

0 comments on commit c4b6bb6

Please sign in to comment.