change MAX_FILE_SIZE_SUPPORTED to 4GB

This commit is contained in:
Abhinav 2022-05-18 15:33:51 +05:30
parent 3876fd97bc
commit d7d922228d

View file

@ -40,7 +40,7 @@ export enum FileUploadResults {
UPLOADED,
}
export const MAX_FILE_SIZE_SUPPORTED = 5 * 1024 * 1024 * 1024; // 5 GB
export const MAX_FILE_SIZE_SUPPORTED = 4 * 1024 * 1024 * 1024; // 4 GB
export const LIVE_PHOTO_ASSET_SIZE_LIMIT = 20 * 1024 * 1024; // 20MB