From 4bc77d064bff79a08988c6edf8275e501cb2163a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 7 Oct 2019 17:42:29 -0400 Subject: [PATCH] feat: disable timeout on launch route --- install/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {