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.
1 parent 97a207a commit 4f011f5Copy full SHA for 4f011f5
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