this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1037 from alexkrolick/patch-1

Increase global masto api timeout

authored by

Chee Aun and committed by
GitHub
251a8665 a061ac17

+1 -1
+1 -1
src/utils/api.js
··· 42 42 const masto = createRestAPIClient({ 43 43 url, 44 44 accessToken, // Can be null 45 - timeout: 30_000, // Unfortunatly this is global instead of per-request 45 + timeout: 60_000, // Unfortunatly this is global instead of per-request 46 46 }); 47 47 48 48 const client = {