From 293a0c496daa25219c4b2a72a8ec144d73a393d9 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Wed, 30 Sep 2020 10:51:58 +0000 Subject: [PATCH] Increase max websocket conncetions to 10K --- --- a/run-testnet.sh +++ b/run-testnet.sh @@ -49,6 +49,7 @@ --rpc-port $RPCPORT \ --name $NODE \ --ws-external \ + --ws-max-connections 10000 \ --rpc-cors all \ -lruntime \ $BOOTNODES; -- gitstuff