increase global masto api timeout

This commit is contained in:
Alex Krolick 2025-01-27 12:38:43 -09:00 committed by GitHub
parent ffbd07b5d8
commit a3cbe21104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ export function initClient({ instance, accessToken }) {
const masto = createRestAPIClient({
url,
accessToken, // Can be null
timeout: 30_000, // Unfortunatly this is global instead of per-request
timeout: 60_000, // Unfortunatly this is global instead of per-request
});
const client = {