mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Fetching more stories.
This commit is contained in:
parent
04184bfd6d
commit
ec57fc927a
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class ProcessFeed:
|
|||
# story_guid__in=story_guids,
|
||||
story_date__gte=start_date,
|
||||
story_feed_id=self.feed_id
|
||||
).limit(min(int(len(story_guids)*1.5), 10)))
|
||||
).limit(max(int(len(story_guids)*1.5), 10)))
|
||||
|
||||
# MStory.objects(
|
||||
# (Q(story_date__gte=start_date) & Q(story_date__lte=end_date))
|
||||
|
|
Loading…
Add table
Reference in a new issue