1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-26 02:39:27 -05:00

Update index.ts

This commit is contained in:
syuilo 2018-04-19 08:28:24 +09:00 committed by GitHub
parent 70a1721460
commit dfb6e717e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' });
}