mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Bumping up premium refresh rates.
This commit is contained in:
parent
762b8aceb5
commit
91c07a89e7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class TaskFeeds(Task):
|
|||
popular_feeds = Feed.objects.filter(
|
||||
next_scheduled_update__lte=now,
|
||||
active=True,
|
||||
active_premium_subscribers__gte=10
|
||||
active_premium_subscribers__gte=2
|
||||
).order_by('?')[:1000]
|
||||
popular_count = popular_feeds.count()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue