Fix transfer archive timeout
This commit is contained in:
parent
c5301688a1
commit
22e0d5fac8
1 changed files with 1 additions and 1 deletions
|
@ -2369,7 +2369,7 @@ export function initialize({
|
||||||
responseType: 'jsonwithdetails',
|
responseType: 'jsonwithdetails',
|
||||||
urlParameters,
|
urlParameters,
|
||||||
// Add a bit of leeway to let server respond properly
|
// Add a bit of leeway to let server respond properly
|
||||||
timeout: requestTimeoutInSecs + 15 * SECOND,
|
timeout: (requestTimeoutInSecs + 15) * SECOND,
|
||||||
abortSignal,
|
abortSignal,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue