diff --git a/all_views_completions.py b/all_views_completions.py index 0ff63e2..b68f8a3 100644 --- a/all_views_completions.py +++ b/all_views_completions.py @@ -8,7 +8,7 @@ # limits to prevent bogging down the system MIN_WORD_SIZE = 3 -MAX_WORD_SIZE = 30 +MAX_WORD_SIZE = 50 MAX_VIEWS = 20 MAX_WORDS_PER_VIEW = 100