mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update index.ts
This commit is contained in:
parent
3a92f3a3ba
commit
1e452854e6
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const queue = createQueue({
|
|||
export function createHttp(data) {
|
||||
return queue
|
||||
.create('http', data)
|
||||
.events(false)
|
||||
.attempts(8)
|
||||
.backoff({ delay: 16384, type: 'exponential' });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue