[ai] dir streaming, still problems

This commit is contained in:
2025-10-05 23:29:22 +02:00
parent dc735c044f
commit 083dfd6e2a
4 changed files with 45 additions and 10 deletions

View File

@@ -58,9 +58,9 @@ setInterval(updateProgress, 500); // Update progress every second
if ((this.__url || '').indexOf('/upload') !== -1) {
timeoutMs = 600000; // 10 minutes for uploads
} else if (this.__method === 'GET') {
timeoutMs = 3500;
} else {
timeoutMs = 6000;
} else {
timeoutMs = 8000;
}
if (isIdempotentGET && inflightKeys.has(key)) {