We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d810c commit bd4a7c2Copy full SHA for bd4a7c2
1 file changed
apps/meteor/client/lib/constants.ts
@@ -3,4 +3,4 @@ export const BIO_TEXT_MAX_LENGTH = 260;
3
export const VIDEOCONF_STACK_MAX_USERS = 6;
4
export const NAVIGATION_REGION_ID = 'navigation-region';
5
export const MAX_FILE_SIZE_PREVIEW = 10485760; // 10MB
6
-export const MESSAGE_PARSE_HARD_LIMIT = 10000;
+export const MESSAGE_PARSE_HARD_LIMIT = 20000;
0 commit comments