I was wondering if anyone could tell me what the default HTTP request timeout is when using express.
What I mean by this is: after how many seconds of dealing with a
req.connection.setTimeout(ms); appears to set the request timeout for a HTTP server in Node.js.
req.connection.setTimeout(ms);