feat: increase maxDuration for API functions in vercel.json from 60 to 300 seconds

This commit is contained in:
javayhu 2025-08-10 14:02:49 +08:00
parent 2814f87578
commit 564efbd3e2

View File

@ -1,7 +1,7 @@
{ {
"functions": { "functions": {
"app/api/**/*": { "app/api/**/*": {
"maxDuration": 60 "maxDuration": 300
} }
} }
} }