diff --git a/install/web.js b/install/web.js index ed87011440..56bf322a92 100644 --- a/install/web.js +++ b/install/web.js @@ -183,7 +183,7 @@ function install(req, res) { function launch(req, res) { res.json({}); server.close(); - + req.setTimeout(0); var child; if (!nconf.get('launchCmd')) {