|
@@ -194,6 +194,7 @@ async function requestBlob(historyId, hash, method = 'GET', range = '') {
|
|
|
try {
|
|
try {
|
|
|
;({ stream, response } = await fetchStreamWithResponse(url, {
|
|
;({ stream, response } = await fetchStreamWithResponse(url, {
|
|
|
...opts,
|
|
...opts,
|
|
|
|
|
+ signal: AbortSignal.timeout(10 * 60 * 1000),
|
|
|
basicAuth: {
|
|
basicAuth: {
|
|
|
user: settings.apis.v1_history.user,
|
|
user: settings.apis.v1_history.user,
|
|
|
password: settings.apis.v1_history.pass,
|
|
password: settings.apis.v1_history.pass,
|