From ea8d4c784d2eeb70ac6884c30b68b17070118d21 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 9 Oct 2019 20:30:50 +0200 Subject: [PATCH] Pass Autobahn again --- tests/Autobahn.js | 1 + 1 file changed, 1 insertion(+) 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');