Skip to content

Commit

Permalink
revert timeout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Jan 19, 2024
1 parent f438573 commit f3d1a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"functions": {
"pages/**/*.ts": {
"memory": 1024,
"maxDuration": 30
"maxDuration": 4
},
"pages/**/*.tsx": {
"memory": 1024,
"maxDuration": 30
"maxDuration": 4
}
}
}

0 comments on commit f3d1a04

Please sign in to comment.