Skip to content

Commit 4f011f5

Browse files
committed
updated run/subtensor.sh script parameters acoording to #PR 324
1 parent 97a207a commit 4f011f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run/subtensor.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function run_command()
4444
--base-path /tmp/blockchain \
4545
--chain ./raw_spec.json \
4646
--rpc-external --rpc-cors all \
47-
--ws-external --no-mdns \
48-
--ws-max-connections 10000 --in-peers 500 --out-peers 500 \
47+
--no-mdns \
48+
--rpc-max-connections 10000 --in-peers 500 --out-peers 500 \
4949
$SPECIFIC_OPTIONS
5050
}
5151

0 commit comments

Comments
 (0)