Finish sentence
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
7ed2f9bd9a
commit
f07ee54e05
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export async function initClient(
|
||||||
...storeOpts,
|
...storeOpts,
|
||||||
...clientOptions,
|
...clientOptions,
|
||||||
useAuthorizationHeader: true,
|
useAuthorizationHeader: true,
|
||||||
// Use a relatively low timeout for API calls: this is a realtime
|
// Use a relatively low timeout for API calls: this is a realtime application
|
||||||
// so we don't want API calls taking ages, we'd rather they just fail.
|
// so we don't want API calls taking ages, we'd rather they just fail.
|
||||||
localTimeoutMs: 5000,
|
localTimeoutMs: 5000,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue