Skip to content

Commit 7822edc

Browse files
Claudehotlong
andauthored
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>
1 parent 83964b8 commit 7822edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/studio/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"functions": {
1313
"api/**/*.js": {
1414
"memory": 1024,
15-
"maxDuration": 60,
15+
"maxDuration": 300,
1616
"includeFiles": "{node_modules/@libsql,node_modules/better-sqlite3}/**"
1717
}
1818
},

0 commit comments

Comments
 (0)