mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:53:11 +02:00
Update index.ts
This commit is contained in:
parent
70a1721460
commit
dfb6e717e4
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const queue = createQueue({
|
||||||
export function createHttp(data) {
|
export function createHttp(data) {
|
||||||
return queue
|
return queue
|
||||||
.create('http', data)
|
.create('http', data)
|
||||||
|
.events(false)
|
||||||
.attempts(8)
|
.attempts(8)
|
||||||
.backoff({ delay: 16384, type: 'exponential' });
|
.backoff({ delay: 16384, type: 'exponential' });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue