From e3b708c322bc3e202db7a0739a3b6d611bc7de44 Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 10 Dec 2017 00:02:13 -0500 Subject: [PATCH] expanding server request timeout for long tree requests --- bin/www | 1 + services/build.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 5110e3f5b..386d09213 100755 --- a/bin/www +++ b/bin/www @@ -50,6 +50,7 @@ log.info(JSON.stringify(app_info, null, 2)); * Listen on provided port, on all network interfaces. */ +httpServer.keepAliveTimeout = 120000 * 5; httpServer.listen(port); httpServer.on('error', onError); httpServer.on('listening', onListening); diff --git a/services/build.js b/services/build.js index 3581c3965..446ebe7ba 100644 --- a/services/build.js +++ b/services/build.js @@ -1 +1 @@ -module.exports = { build_date:"2017-12-06T21:44:45-05:00", build_revision: "4f47c4d6e919aefd303617ac459cea41a1761385" }; +module.exports = { build_date:"2017-12-09T23:30:52-05:00", build_revision: "2fdd4c37e58cdc96cba3a4dd81241a820097e3ce" };