Improve long product-data generation runs

This commit is contained in:
wuyang6
2026-05-11 20:26:06 +08:00
parent 4c29ce21f1
commit c4427bbd07
14 changed files with 57 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import {
} from "@/lib/claw-auth";
export const runtime = "nodejs";
export const maxDuration = 300;
export const maxDuration = 3600;
type ClawChatResponse = {
final_output?: string;