Timeout http upgrade requests that are not otherwise handled

Fixes #2956
This commit is contained in:
Nick O'Leary
2021-04-26 11:45:28 +01:00
parent bbac49ff38
commit 4cb8e99430
2 changed files with 27 additions and 0 deletions

View File

@@ -46,6 +46,12 @@ module.exports = {
// defaults to 10Mb
//execMaxBufferSize: 10000000,
// Timeout in milliseconds for inbound WebSocket connections that do not
// match any configured node.
// defaults to 5000
//inboundWebSocketTimeout: 5000
// The maximum length, in characters, of any message sent to the debug sidebar tab
debugMaxLength: 1000,