diff --git a/src/CONST/index.ts b/src/CONST/index.ts index 5a92ee998bae..bfdbe76a0d1c 100755 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -3711,7 +3711,7 @@ const CONST = { }, // Auth limit is 60k for the column but we store edits and other metadata along the html so let's use a lower limit to accommodate for it. - MAX_COMMENT_LENGTH: 10000, + MAX_COMMENT_LENGTH: 15000, // Use the same value as MAX_COMMENT_LENGTH to ensure the entire comment is parsed. Note that applying markup is very resource-consuming. MAX_MARKUP_LENGTH: 10000,