Skip to content

Commit

Permalink
Increase fund timeout limit (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Feb 26, 2024
1 parent 55e783c commit 5b72914
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": {
"pages/api/fund.ts": {
"maxDuration": 60
}
}
}

0 comments on commit 5b72914

Please sign in to comment.