Skip to content

Commit

Permalink
Remove in/out peers args from subtensor.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Dec 23, 2024
1 parent 2ff00c3 commit 0fb8648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run/subtensor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0fb8648

Please sign in to comment.