diff --git a/tests/Autobahn.js b/tests/Autobahn.js index 2158a7d..0055cd5 100644 --- a/tests/Autobahn.js +++ b/tests/Autobahn.js @@ -21,6 +21,7 @@ function listenWithSettings(settings) { compression: settings.compression, maxPayloadLength: 16 * 1024 * 1024, idleTimeout: 60, + maxBackpressure: 16 * 1024 * 1204, open: (ws, req) => { if (settings.pubsub) { ws.subscribe('broadcast');