bump title char_limit to 50

This follows google play in doing so.
Closes fdroidserver#726, fdroid/fdroiddata#1906.
This commit is contained in:
Marcus Hoffmann 2020-01-08 14:20:18 +01:00
parent 098bce2134
commit 96ba194d65
2 changed files with 2 additions and 2 deletions

View file

@ -306,7 +306,7 @@ The repository of older versions of applications from the main demo repository.
# Only the fields listed here are supported, defaults shown # Only the fields listed here are supported, defaults shown
# char_limits = { # char_limits = {
# 'author': 256, # 'author': 256,
# 'name': 30, # 'name': 50,
# 'summary': 80, # 'summary': 80,
# 'description': 4000, # 'description': 4000,
# 'video': 256, # 'video': 256,

View file

@ -129,7 +129,7 @@ default_config = {
'smartcardoptions': [], 'smartcardoptions': [],
'char_limits': { 'char_limits': {
'author': 256, 'author': 256,
'name': 30, 'name': 50,
'summary': 80, 'summary': 80,
'description': 4000, 'description': 4000,
'video': 256, 'video': 256,