Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 22, 2024
1 parent 023a99d commit 9482fed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"git": {
"deploymentEnabled": false
},

"functions": {
"timeout-fun/*": {
"maxDuration": 30
},
"timeout-fun": {
"maxDuration": 30
}
}
}

0 comments on commit 9482fed

Please sign in to comment.