mirror of
https://github.com/zadam/trilium.git
synced 2024-12-25 08:43:03 +08:00
expanding server request timeout for long tree requests
This commit is contained in:
parent
2fdd4c37e5
commit
e3b708c322
2 changed files with 2 additions and 1 deletions
1
bin/www
1
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);
|
||||
|
|
|
@ -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" };
|
||||
|
|
Loading…
Reference in a new issue