refactor requestPart
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ale 2024-10-08 17:05:30 +02:00
parent f9d2b7fc12
commit 194f819f6c

View File

@ -27,6 +27,10 @@ module.exports = async (client, apex, app) => {
signal: ac.signal,
keepalive: false,
timeout: constant.timeout,
cache: 'no-cache',
mode: 'same-origin',
priority: 'high',
redirect: 'follow'
})
setImmediate(() => clearTimeout(timeout))
return await response.json()
@ -34,8 +38,8 @@ module.exports = async (client, apex, app) => {
setImmediate(() => {
clearTimeout(timeout)
ac.abort()
return
})
return
// console.error(e)
}
},
@ -117,7 +121,7 @@ module.exports = async (client, apex, app) => {
app.locals.peers++
await scanInstance(instance)
} catch (e) {
console.error(e)
console.error('Index ' + index + ':' + instance + ': ' + e)
}
}
yield 0