mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
expanding server request timeout for long tree requests
This commit is contained in:
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" };
|
||||
|
||||
Reference in New Issue
Block a user