We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b51cc1 + 304bbb7 commit f740111Copy full SHA for f740111
lib/server.js
@@ -30,6 +30,7 @@ module.exports = function(options) {
30
function start(cb) {
31
logger.info(format('Starting server on %s:%d', config.host, config.port))
32
server = app.listen(config.port, config.host, cb)
33
+ config.hasOwnProperty('requestTimeout') && (server.requestTimeout = config.requestTimeout)
34
enableDestroy(server)
35
}
36
0 commit comments