Skip to content

Commit

Permalink
www: /api/chat max duration 60 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill committed Jun 1, 2024
1 parent 2d037d6 commit c3ff916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/www/vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"functions": {
"src/pages/api/chat.ts": {
"maxDuration": 60
}
},
"rewrites": [
{
"source": "/ingest/static/:path(.*)",
Expand Down

0 comments on commit c3ff916

Please sign in to comment.