Browse Source

Bumped initial thread length limit to 150 chars. #180

Rafał Pitoń 12 years ago
parent
commit
3b6b08a5e3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      misago/fixtures/threadssettings.py

+ 2 - 2
misago/fixtures/threadssettings.py

@@ -17,10 +17,10 @@ settings_fixture = (
                 'description':  _('Minimal allowed thread name length.'),
             }),
             ('thread_name_max', {
-                'value':        100,
+                'value':        150,
                 'type':         "integer",
                 'input':        "text",
-                'extra':        {'min': 5, 'max': 100},
+                'extra':        {'min': 5, 'max': 250},
                 'name':         _("Max. Thread Name Length"),
                 'description':  _('Maximum allowed thread name length.'),
             }),