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