Skip to content

Commit

Permalink
Merge pull request #26 from bencao/master
Browse files Browse the repository at this point in the history
set max word limit to 50
  • Loading branch information
alienhard committed Nov 27, 2013
2 parents a1fa10f + 2d597d7 commit 695d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_views_completions.py
Expand Up @@ -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
Expand Down

0 comments on commit 695d164

Please sign in to comment.