We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a63bde9 + 4f011f5 commit 42ff4c9Copy full SHA for 42ff4c9
scripts/run/subtensor.sh
@@ -44,8 +44,8 @@ function run_command()
44
--base-path /tmp/blockchain \
45
--chain ./raw_spec.json \
46
--rpc-external --rpc-cors all \
47
- --ws-external --no-mdns \
48
- --ws-max-connections 10000 --in-peers 500 --out-peers 500 \
+ --no-mdns \
+ --rpc-max-connections 10000 --in-peers 500 --out-peers 500 \
49
$SPECIFIC_OPTIONS
50
}
51
0 commit comments