Skip to content

Commit 2477741

Browse files
authored
Merge pull request #1062 from objectstack-ai/claude/fix-vercel-runtime-timeout
fix: increase Vercel maxDuration to 300s for AI chat operations
2 parents 83964b8 + 7822edc commit 2477741

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)