diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-20 17:19:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-20 17:19:56 -0500 |
commit | 449863863a747279b038f9b195ac60c547b73fe2 (patch) | |
tree | 7794e5e88242c3f96b45d2b7bbc6212d9f98667d | |
parent | 8aa18b668204d05e291099f4c2c5c1dff44d4c8b (diff) | |
parent | 86bd1f3caff8e0b2cb3a6ddd2db92ba4616d3d94 (diff) | |
download | mediagoblin-449863863a747279b038f9b195ac60c547b73fe2.tar.lz mediagoblin-449863863a747279b038f9b195ac60c547b73fe2.tar.xz mediagoblin-449863863a747279b038f9b195ac60c547b73fe2.zip |
Merge remote-tracking branch 'remotes/npigeon/ticket-601'
-rw-r--r-- | mediagoblin/config_spec.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 850a947b..b7c6f29a 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) |