mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Raise summary char limit default to 50, fix config.sample.py
This commit is contained in:
parent
0178c4b5c5
commit
42c010de93
2 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ build_server_always = False
|
|||
|
||||
# Limit in number of characters that fields can take up
|
||||
# Only the fields listed here are supported, defaults shown
|
||||
char_limits: {
|
||||
'Summary' : 40
|
||||
char_limits = {
|
||||
'Summary' : 50,
|
||||
'Description' : 1500
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue