fix: set maxDuration to 60 for Vercel hobby plan (#122)

This commit is contained in:
Dayuan Jiang
2025-12-06 18:09:30 +09:00
committed by GitHub
parent 8d898d8adc
commit cbb92bd636

View File

@@ -15,7 +15,7 @@ import {
} from "@/lib/langfuse"
import { getSystemPrompt } from "@/lib/system-prompts"
export const maxDuration = 300
export const maxDuration = 60
// File upload limits (must match client-side)
const MAX_FILE_SIZE = 2 * 1024 * 1024 // 2MB