From c3ff9169d0d124d23193e308ff697f5521b9bb26 Mon Sep 17 00:00:00 2001 From: Richard Gill Date: Sat, 1 Jun 2024 08:21:26 +0100 Subject: [PATCH] www: /api/chat max duration 60 secs --- apps/www/vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/www/vercel.json b/apps/www/vercel.json index 079e1267..2ffad677 100644 --- a/apps/www/vercel.json +++ b/apps/www/vercel.json @@ -1,4 +1,9 @@ { + "functions": { + "src/pages/api/chat.ts": { + "maxDuration": 60 + } + }, "rewrites": [ { "source": "/ingest/static/:path(.*)",