Further turning down feed fetches until mongo is ready to replicate.

This commit is contained in:
Samuel Clay 2013-03-19 17:38:36 -07:00
parent 1854f719d3
commit 0db41bc853

View file

@ -20,7 +20,7 @@ class TaskFeeds(Task):
next_scheduled_update__lte=now,
active=True,
active_premium_subscribers__gte=1
).order_by('?')[:600]
).order_by('?')[:500]
popular_count = popular_feeds.count()
# Regular feeds
@ -28,7 +28,7 @@ class TaskFeeds(Task):
next_scheduled_update__lte=now,
active=True,
active_subscribers__gte=1
).order_by('?')[:400]
).order_by('?')[:300]
active_count = feeds.count()
# Mistakenly inactive feeds