mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
squash: Change the way we pass the list of files from the backend. squash: Remove actions to sync local state with remote.
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
/**
|
|
* The max file size we accept for upload.
|
|
*/
|
|
export const MAX_FILE_SIZE = 50 * 1024 * 1024; // 50MB
|