From 7822edcfa840daa7dc5ec277da805ef52f9ef405 Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:40:50 +0000 Subject: [PATCH] fix: increase Vercel maxDuration to 300s for AI chat timeout Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/7c1dd70f-35cf-43ee-acb1-9d8d0c82e5b6 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- apps/studio/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/vercel.json b/apps/studio/vercel.json index ceb05c1f2..8e420ba77 100644 --- a/apps/studio/vercel.json +++ b/apps/studio/vercel.json @@ -12,7 +12,7 @@ "functions": { "api/**/*.js": { "memory": 1024, - "maxDuration": 60, + "maxDuration": 300, "includeFiles": "{node_modules/@libsql,node_modules/better-sqlite3}/**" } },