diff --git a/lib/web/websocket/frame.js b/lib/web/websocket/frame.js index fe54646cc7d..aeab947584e 100644 --- a/lib/web/websocket/frame.js +++ b/lib/web/websocket/frame.js @@ -2,7 +2,7 @@ const { maxUnsigned16Bit } = require('./constants') -const BUFFER_SIZE = 16386 +const BUFFER_SIZE = 8 * 1024 /** @type {import('crypto')} */ let crypto