Skip to content

Commit fc433ad

Browse files
Update storage to 2 mb
1 parent b595144 commit fc433ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants/multer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
FILE_SIZE_1MB: 1_000_000, // in bytes, 1000000 bytes = 1MB
3-
PROFILE_FILE_SIZE: 5_000_000 // Limiting profile upload size to 5MB
3+
PROFILE_FILE_SIZE: 2_000_000 // Limiting profile upload size to 2MB
44
}

0 commit comments

Comments
 (0)