Skip to content

Commit ea8d4c7

Browse files
committed
Pass Autobahn again
1 parent 50e6f4d commit ea8d4c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Autobahn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function listenWithSettings(settings) {
2121
compression: settings.compression,
2222
maxPayloadLength: 16 * 1024 * 1024,
2323
idleTimeout: 60,
24+
maxBackpressure: 16 * 1024 * 1204,
2425
open: (ws, req) => {
2526
if (settings.pubsub) {
2627
ws.subscribe('broadcast');

0 commit comments

Comments
 (0)