fix(confidence-engine): extend reconstruction chat timeout
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ class OllamaLlmProvider {
|
||||
if (chatSupported) {
|
||||
try {
|
||||
const controller = new AbortController();
|
||||
const timeout = setTimeout(() => controller.abort(), 60000);
|
||||
const timeout = setTimeout(() => controller.abort(), 300000); // 5 min for reconstruction
|
||||
|
||||
apiUsed = "/api/chat";
|
||||
providerExecution.chatRequestAttempted = true;
|
||||
|
||||
Reference in New Issue
Block a user