]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change 140-char limit to unlimited by default
authorEvan Prodromou <evan@status.net>
Wed, 3 Aug 2011 16:50:12 +0000 (12:50 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 3 Aug 2011 16:50:12 +0000 (12:50 -0400)
README
lib/default.php

diff --git a/README b/README
index 5db5d9bfa2fc5e9aa0a0e666d5caea6b5ef792d8..bba3b19869350cef72a8934d61a021efe33afd23 100644 (file)
--- a/README
+++ b/README
@@ -871,9 +871,8 @@ shorturllength: ignored. See 'url' section below.
 dupelimit: minimum time allowed for one person to say the same thing
     twice. Default 60s. Anything lower is considered a user
     or UI error.
-textlimit: default max size for texts in the site. Defaults to 140.
-    0 means no limit. Can be fine-tuned for notices, messages,
-    profile bios and group descriptions.
+textlimit: default max size for texts in the site. Defaults to 0 (no limit).
+    Can be fine-tuned for notices, messages, profile bios and group descriptions.
 
 db
 --
index a1f1ed6d8ff79d5cd51c81ea0b8d30a04e18d9e4..9c4c8cab05711169051bf021506b35668fc62362 100644 (file)
@@ -58,7 +58,7 @@ $default =
               'sslserver' => null,
               'shorturllength' => 30,
               'dupelimit' => 60, // default for same person saying the same thing
-              'textlimit' => 140,
+              'textlimit' => 0, // in chars; 0 == no limit
               'indent' => true,
               'use_x_sendfile' => false,
               'notice' => null, // site wide notice text