From: nattily pigeonfowl Date: Tue, 16 Apr 2013 20:25:59 +0000 (-0400) Subject: Changed the max character length for tags on media to 255. Only had to change one... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=86bd1f3caff8e0b2cb3a6ddd2db92ba4616d3d94;p=mediagoblin.git Changed the max character length for tags on media to 255. Only had to change one line in mediagoblin/config_spec.ini in response to isses.mediagoblin.org/ticket/601 --- diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 399a4a13..ad099d14 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -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)