mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Boosting story ratio to 500 characters. Maybe even higher?
This commit is contained in:
parent
5d2612c4c5
commit
3a7631c638
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ class Feed(models.Model):
|
|||
|
||||
if (seq
|
||||
and story_content
|
||||
and len(story_content) > 100
|
||||
and len(story_content) > 500
|
||||
and existing_story_content
|
||||
and seq.real_quick_ratio() > .9
|
||||
and seq.quick_ratio() > .95):
|
||||
|
|
Loading…
Add table
Reference in a new issue