Attempt to increase requests timeout

This commit is contained in:
Pierre HUBERT 2025-05-30 11:04:38 +02:00
parent 6b6fef5ccc
commit 6130f37336

View File

@ -103,6 +103,7 @@ export class APIClient {
body: body,
headers: headers,
credentials: "include",
signal: AbortSignal.timeout(50 * 1000 * 1000),
});
// Process response