From 7ce2b3c756e025aa680f58d052f13c0917b6223d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 3 Aug 2011 12:50:12 -0400 Subject: [PATCH] change 140-char limit to unlimited by default --- README | 5 ++--- lib/default.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 5db5d9bfa2..bba3b19869 100644 --- 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 -- diff --git a/lib/default.php b/lib/default.php index a1f1ed6d8f..9c4c8cab05 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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