mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #32430 from overleaf/ar-add-some-explicit-timeouts
[web] add some explicit timeouts GitOrigin-RevId: 29ff0830796eacdc08645bc61a71b22c4148a393
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user