diff --git a/app/vercel.json b/app/vercel.json index c141be88..11331625 100644 --- a/app/vercel.json +++ b/app/vercel.json @@ -2,11 +2,11 @@ "functions": { "pages/**/*.ts": { "memory": 1024, - "maxDuration": 4 + "maxDuration": 8 }, "pages/**/*.tsx": { "memory": 1024, - "maxDuration": 4 + "maxDuration": 8 } } } \ No newline at end of file