From 3c8460fee0155da22cd272369108b947525a8606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 9 May 2017 18:19:22 -0400 Subject: [PATCH] disable timeout --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 26336a74c8..0e5b8ff69b 100644 --- a/app.js +++ b/app.js @@ -203,7 +203,8 @@ function upgrade() { // Skip build tasks.pop(); } - + //disable mongo timeouts during upgrade + nconf.set('mongo:options:socketTimeoutMS', 0); async.series(tasks, function (err) { if (err) { winston.error(err.stack);