Skip to content

Commit bd4a7c2

Browse files
modify const
1 parent 36d810c commit bd4a7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/meteor/client/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export const BIO_TEXT_MAX_LENGTH = 260;
33
export const VIDEOCONF_STACK_MAX_USERS = 6;
44
export const NAVIGATION_REGION_ID = 'navigation-region';
55
export const MAX_FILE_SIZE_PREVIEW = 10485760; // 10MB
6-
export const MESSAGE_PARSE_HARD_LIMIT = 10000;
6+
export const MESSAGE_PARSE_HARD_LIMIT = 20000;

0 commit comments

Comments
 (0)