Boosting story ratio to 500 characters. Maybe even higher?

This commit is contained in:
Samuel Clay 2013-06-17 14:38:15 -07:00
parent 5d2612c4c5
commit 3a7631c638

View file

@ -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):