Skip to content

Commit

Permalink
updated file max size
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan Janssen committed Aug 19, 2024
1 parent d53c1bf commit 38cc9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ohsmart/src/config/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const form: FormConfig = {
embargoDateMin: 2, // days in the future
embargoDateMax: 18250,
displayProcesses: false,
maxSize: 9985798963, // max file size that can be uploaded in bytes
maxSize: 10000000000, // max file size that can be uploaded in bytes
},
};

Expand Down

0 comments on commit 38cc9d8

Please sign in to comment.