diff --git a/services/web/app/src/Features/History/HistoryManager.mjs b/services/web/app/src/Features/History/HistoryManager.mjs index 4d6ad3d604..0d99b8fe47 100644 --- a/services/web/app/src/Features/History/HistoryManager.mjs +++ b/services/web/app/src/Features/History/HistoryManager.mjs @@ -194,6 +194,7 @@ async function requestBlob(historyId, hash, method = 'GET', range = '') { try { ;({ stream, response } = await fetchStreamWithResponse(url, { ...opts, + signal: AbortSignal.timeout(10 * 60 * 1000), basicAuth: { user: settings.apis.v1_history.user, password: settings.apis.v1_history.pass,