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