X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCommentStore.php;h=55f6857267bc9ecef417d4557d9e508c6cd0561d;hb=7668c368fda48d8a8c18ae8e223b12bafd0bd4c6;hp=8447b2c7971ffe29df7921f73329efb0be999353;hpb=68923d7a2385b4822bfc9f14f83567c2efacabd2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CommentStore.php b/includes/CommentStore.php index 8447b2c797..55f6857267 100644 --- a/includes/CommentStore.php +++ b/includes/CommentStore.php @@ -34,7 +34,7 @@ class CommentStore { * Maximum length of a comment in UTF-8 characters. Longer comments will be truncated. * @note This must be at least 255 and not greater than floor( MAX_COMMENT_LENGTH / 4 ). */ - const COMMENT_CHARACTER_LIMIT = 1000; + const COMMENT_CHARACTER_LIMIT = 500; /** * Maximum length of a comment in bytes. Longer comments will be truncated.