Skip to content

Commit 0fb8648

Browse files
committed
Remove in/out peers args from subtensor.sh
1 parent 2ff00c3 commit 0fb8648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run/subtensor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function run_command() {
4444
--chain ./chainspecs/raw_spec_finney.json \
4545
--rpc-external --rpc-cors all \
4646
--no-mdns \
47-
--rpc-max-connections 10000 --in-peers 500 --out-peers 500 \
47+
--rpc-max-connections 10000 \
4848
$SPECIFIC_OPTIONS
4949
}
5050

0 commit comments

Comments
 (0)