Default textlimit for notices is now 1000 chars
This commit is contained in:
parent
cf46de6ca7
commit
d140e135c0
@ -57,7 +57,7 @@ $default =
|
|||||||
'ssl' => 'never',
|
'ssl' => 'never',
|
||||||
'sslserver' => null,
|
'sslserver' => null,
|
||||||
'dupelimit' => 60, // default for same person saying the same thing
|
'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,
|
'indent' => true,
|
||||||
'use_x_sendfile' => false,
|
'use_x_sendfile' => false,
|
||||||
'notice' => null, // site wide notice text
|
'notice' => null, // site wide notice text
|
||||||
|
Loading…
Reference in New Issue
Block a user