expanding server request timeout for long tree requests

This commit is contained in:
azivner 2017-12-10 00:02:13 -05:00
parent 2fdd4c37e5
commit e3b708c322
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -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" };