disable timeout on post install route

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 2fa2406335
commit 82f2025944

@ -104,6 +104,7 @@ function welcome(req, res) {
}
function install(req, res) {
req.setTimeout(0);
var setupEnvVars = _.assign({}, process.env);
for (var i in req.body) {
if (req.body.hasOwnProperty(i) && !process.env.hasOwnProperty(i)) {

Loading…
Cancel
Save