Skip to content

Commit

Permalink
api: increase request maxDuration to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Jun 27, 2024
1 parent 85d8695 commit d47ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/evm/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"functions": {
"api/index.js": {
"memory": 128,
"maxDuration": 20
"maxDuration": 60
}
},
"rewrites": [
Expand Down

0 comments on commit d47ad13

Please sign in to comment.