Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Jan 19, 2024
1 parent fe05939 commit 470d4fd
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": 4
"maxDuration": 8
},
"pages/**/*.tsx": {
"memory": 1024,
"maxDuration": 4
"maxDuration": 8
}
}
}

0 comments on commit 470d4fd

Please sign in to comment.