From cf4d1ac8097f5c65d53fe397866b83923c76a0f9 Mon Sep 17 00:00:00 2001 From: usetech-llc Date: Wed, 30 Sep 2020 10:53:41 +0000 Subject: [PATCH] Merge pull request #12 from usetech-llc/feature/max_connections 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