mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
increase global masto api timeout
This commit is contained in:
parent
ffbd07b5d8
commit
a3cbe21104
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue