diff --git a/scripts/run/subtensor.sh b/scripts/run/subtensor.sh index 05baa7a76..cdc37c901 100755 --- a/scripts/run/subtensor.sh +++ b/scripts/run/subtensor.sh @@ -44,7 +44,7 @@ function run_command() { --chain ./chainspecs/raw_spec_finney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --rpc-max-connections 10000 --in-peers 500 --out-peers 500 \ + --rpc-max-connections 10000 \ $SPECIFIC_OPTIONS }