Sergiy Kyrylkov
Sergiy Kyrylkov
@ronag Would it make sense to change default request timeout undici-wide to 120 seconds (presumably like in Node.js) or 300 seconds (like in Chrome)?
30 seconds
https://github.com/nodejs/undici/pull/1384
The default time out is only 30 seconds again? I don't see 5 minutes anymore set in `lib/fetch/index.js`. @mcollina
The problem is that we're using undici fetch bundled with Node.js. Is there even a way to override this in such case? Setting to Chrome default **5 minutes** would be...
@targos I'm sorry, that's above my level of knowledge. So how would I override the bodyTimeout with custom dispatcher and fetch bundled with Node.js?
@ronag https://github.com/nodejs/undici/pull/1924
> i have switched to https://openexchangerates.org It's not a problem to find paid exchange services. There are many.
> > > i have switched to https://openexchangerates.org > > > > > > It's not a problem to find paid exchange services. There are many. > > there is...
Numbers on Windows: ``` file time(ms) memory(MB) callbacks-baseline.js 149 33.54 promises-bluebird-generator.js 306 41.39 promises-bluebird.js 378 45.06 async-bluebird.js 523 73.09 promises-es2015-util.promisify.js 598 68.02 async-es2017-util.promisify.js 604 77.70 promises-es2015-native.js 651 110.50 async-es2017-native.js 653...