Temporarily increase MAX_PHOTO_UPLOAD_SIZE_IN_BYTES

This commit is contained in:
Sam Becker 2025-02-02 11:25:30 -06:00
parent 999f89fcf0
commit e0b5cd7f08

View File

@ -44,7 +44,7 @@ export const ACCEPTED_PHOTO_FILE_TYPES = [
'image/png',
];
export const MAX_PHOTO_UPLOAD_SIZE_IN_BYTES = 50_000_000;
export const MAX_PHOTO_UPLOAD_SIZE_IN_BYTES = 100_000_000;
// Core EXIF data
export interface PhotoExif {