Changed the max character length for tags on media to 255. Only had to change one...
authornattily pigeonfowl <nattilypigeonfowl@gmail.com>
Tue, 16 Apr 2013 20:25:59 +0000 (16:25 -0400)
committernattily pigeonfowl <nattilypigeonfowl@gmail.com>
Tue, 16 Apr 2013 20:25:59 +0000 (16:25 -0400)
in response to isses.mediagoblin.org/ticket/601

mediagoblin/config_spec.ini

index 399a4a138f5016714acd506ab047232aca46e11a..ad099d14995ec59576bf509dfeec9910af77e060 100644 (file)
@@ -32,7 +32,7 @@ email_smtp_pass = string(default=None)
 allow_registration = boolean(default=True)
 
 # tag parsing
-tags_max_length = integer(default=50)
+tags_max_length = integer(default=255)
 
 # Whether comments are ascending or descending
 comments_ascending = boolean(default=True)