Skip to content

Commit c0e3db8

Browse files
authored
Update constants.js
correction of comment regarding UPLOAD_FILE_MAX_SIZE value
1 parent 92c3a98 commit c0e3db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const DECODED_ROUTES = {
5252
],
5353
};
5454

55-
export const UPLOAD_FILE_MAX_SIZE = 20 * 1024 * 1024; // 100mb
55+
export const UPLOAD_FILE_MAX_SIZE = 20 * 1024 * 1024; // 20mb
5656

5757
export const COURSE_BLOCK_NAMES = ({
5858
chapter: { id: 'chapter', name: 'Section' },

0 commit comments

Comments
 (0)