From 4f011f56aad05a1323cc642b2307b0b4fd59bde2 Mon Sep 17 00:00:00 2001 From: PawKanarek Date: Wed, 24 Apr 2024 10:02:57 +0000 Subject: [PATCH] updated run/subtensor.sh script parameters acoording to #PR 324 --- scripts/run/subtensor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }