Raise summary char limit default to 50, fix config.sample.py

This commit is contained in:
Daniel Martí 2014-01-08 13:19:57 +01:00
parent 31e4da735f
commit 75916b8fe4
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ def read_config(opts, config_file='config.py'):
'stats_to_carbon': False,
'repo_maxage': 0,
'char_limits': {
'Summary' : 40,
'Summary' : 50,
'Description' : 1500
}