Attempt to increase requests timeout
This commit is contained in:
parent
6b6fef5ccc
commit
6130f37336
@ -103,6 +103,7 @@ export class APIClient {
|
||||
body: body,
|
||||
headers: headers,
|
||||
credentials: "include",
|
||||
signal: AbortSignal.timeout(50 * 1000 * 1000),
|
||||
});
|
||||
|
||||
// Process response
|
||||
|
Loading…
x
Reference in New Issue
Block a user