[ai] dir streaming, still problems
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user