diff --git a/apps/rss_feeds/models.py b/apps/rss_feeds/models.py index 32e7b27aa..7320f2cb5 100644 --- a/apps/rss_feeds/models.py +++ b/apps/rss_feeds/models.py @@ -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):