Skip to content

Commit

Permalink
Reduce Vercel function timeout to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 21, 2024
1 parent c4e29fd commit ed53c29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"functions": {
"api/*.js": {
"maxDuration": 10
}
}
}

0 comments on commit ed53c29

Please sign in to comment.