From ca1b4dc86833ef008b14ca79ebfa4376e46d6e59 Mon Sep 17 00:00:00 2001 From: nick-bolas Date: Fri, 6 Sep 2024 12:30:28 +0100 Subject: [PATCH] feat: increase file size limit --- lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.ts b/lib/constants.ts index 1c4c591..b4de3ab 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -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