Skip to content

Commit 38c8a5a

Browse files
committed
Add max duration
1 parent bccf9ee commit 38c8a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"public": true,
33
"functions": {
44
"api/**/*.[jt]s": {
5-
"runtime": "[email protected]"
5+
"runtime": "[email protected]",
6+
"maxDuration": 5
67
}
78
},
89
"rewrites": [

0 commit comments

Comments
 (0)