X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCommentStore.php;h=55f6857267bc9ecef417d4557d9e508c6cd0561d;hb=91e63a1332fb589f8f3cc47b4466f24943aa8bd4;hp=8447b2c7971ffe29df7921f73329efb0be999353;hpb=ee56f00ddf0609082f8ae9a4dc3e6e1b6f54ddfd;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.