Skip to content

Commit

Permalink
feat: increase file size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bolas committed Sep 6, 2024
1 parent 5bb11e1 commit ca1b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export const TIMEZONE = "Europe/London"

// The maximum file size in bytes
export const MAX_FILE_SIZE = 1_000_000 - 1
export const MAX_FILE_SIZE = 10 * 1_000_000 - 1 //10MB

0 comments on commit ca1b4dc

Please sign in to comment.