Default textlimit for notices is now 1000 chars

This commit is contained in:
Mikael Nordfeldth 2015-01-26 23:32:08 +01:00
parent cf46de6ca7
commit d140e135c0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ $default =
'ssl' => 'never',
'sslserver' => null,
'dupelimit' => 60, // default for same person saying the same thing
'textlimit' => 0, // in chars; 0 == no limit
'textlimit' => 1000, // in chars; 0 == no limit
'indent' => true,
'use_x_sendfile' => false,
'notice' => null, // site wide notice text