mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Bump signal to 5s
This commit is contained in:
parent
3cac9b6e26
commit
a400021a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ export class DittoRelayStore implements NRelay {
|
|||
await relay.event(purifyEvent(event), { signal });
|
||||
} finally {
|
||||
// This needs to run in steps, and should not block the API from responding.
|
||||
const signal = AbortSignal.timeout(3000);
|
||||
const signal = AbortSignal.timeout(5000);
|
||||
Promise.allSettled([
|
||||
this.handleZaps(event),
|
||||
this.updateAuthorData(event, signal),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue