Restore normal MAX_PHOTO_UPLOAD_SIZE_IN_BYTES

This commit is contained in:
Sam Becker 2025-02-02 11:34:06 -06:00
parent 547c47c59d
commit 9c725f52fb

View File

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