diff --git a/django/gregory/management/commands/get_takeaways.py b/django/gregory/management/commands/get_takeaways.py index 0dc3b1ec..aa025fec 100644 --- a/django/gregory/management/commands/get_takeaways.py +++ b/django/gregory/management/commands/get_takeaways.py @@ -48,7 +48,7 @@ def cleanHTML(input): # Minimum length of the summary (in words/tokens?) MIN_LENGTH = 25 - MAX_LENGTH = 200 + MAX_LENGTH = 100 # Calculates the max length of the summary (in words) considering the size of the input text def getSummaryMaxLengthForText(text):