diff --git a/src/utils/api.js b/src/utils/api.js index 3171c309..4904fb55 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -43,7 +43,7 @@ export function initClient({ instance, accessToken }) { const masto = createRestAPIClient({ url, accessToken, // Can be null - timeout: 60_000, // Unfortunatly this is global instead of per-request + timeout: 2 * 60_000, // Unfortunatly this is global instead of per-request }); const client = {