diff --git a/scripts/run/subtensor.sh b/scripts/run/subtensor.sh index c65f850bd..3b4e2d12a 100755 --- a/scripts/run/subtensor.sh +++ b/scripts/run/subtensor.sh @@ -44,8 +44,8 @@ function run_command() --base-path /tmp/blockchain \ --chain ./raw_spec.json \ --rpc-external --rpc-cors all \ - --ws-external --no-mdns \ - --ws-max-connections 10000 --in-peers 500 --out-peers 500 \ + --no-mdns \ + --rpc-max-connections 10000 --in-peers 500 --out-peers 500 \ $SPECIFIC_OPTIONS }