mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Only 5k feeds for minute.
This commit is contained in:
parent
9052636418
commit
ffe07db5c8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class TaskFeeds(Task):
|
|||
next_scheduled_update__lte=now,
|
||||
active=True,
|
||||
active_premium_subscribers__gte=10
|
||||
).order_by('?')
|
||||
).order_by('?')[:5000]
|
||||
active_count = feeds.count()
|
||||
|
||||
# Regular feeds
|
||||
|
|
Loading…
Add table
Reference in a new issue