Default textlimit for notices is now 1000 chars
This commit is contained in:
parent
cf46de6ca7
commit
d140e135c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user