chiark / gitweb /
Raise summary char limit default to 50, fix config.sample.py
[fdroidserver.git] / sampleconfigs / config.sample.py
index 8b9e64a286bd66f308b3cdbe7bc9718dc6fbd82c..d352fa024bf06904f6ed4c7fa5b282d10765e2b9 100644 (file)
@@ -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
 }