From 564efbd3e23a3892dfc17898e1ec5e6c26ae952d Mon Sep 17 00:00:00 2001 From: javayhu Date: Sun, 10 Aug 2025 14:02:49 +0800 Subject: [PATCH] feat: increase maxDuration for API functions in vercel.json from 60 to 300 seconds --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 7cf7c1f..630dfc6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "app/api/**/*": { - "maxDuration": 60 + "maxDuration": 300 } } }