DEV Community

Discussion on: Fetching Millions of Rows with Streams in Node.js

Collapse
 
_patrickgod profile image
Patrick God

Hi Jordan,

Thanks for your question. Well, Chrome's default timeout did not get hit. And regarding Node, I changed the timeout with req.setTimeout(2400000);.
Hope this answers your question.

Take care,
Patrick