llm timeout 문제

This commit is contained in:
Macbook
2026-06-17 15:19:41 +09:00
parent c7f538c36b
commit 301f45301f
5 changed files with 27 additions and 24 deletions
+2 -2
View File
@@ -1749,7 +1749,7 @@ export async function fetchStrategyEvaluationAiVerify(
cache: 'no-store',
body: JSON.stringify({ context }),
},
200_000,
620_000,
);
}
@@ -1768,7 +1768,7 @@ export async function fetchLlmConnectionTest(): Promise<LlmConnectionTestRespons
method: 'POST',
cache: 'no-store',
},
130_000,
620_000,
);
}