Merge pull request #1037 from alexkrolick/patch-1

Increase global masto api timeout
pull/1072/head
Chee Aun 2025-02-27 19:17:27 +08:00 zatwierdzone przez GitHub
commit 251a8665b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 = {