Skip to content

Commit

Permalink
Merge pull request #108 from imperial/feat-bigger-files
Browse files Browse the repository at this point in the history
feat: increase file size limit
  • Loading branch information
nick-bolas authored Sep 6, 2024
2 parents 5bb11e1 + ca1b4dc commit a2812a0
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 a2812a0

Please sign in to comment.