Skip to content

Commit 5793327

Browse files
authored
Merge pull request #1112 from opentensor/chore/remove-peers-count-subtensor-sh
Remove in/out peers count from subtensor.sh run script
2 parents 61cddb6 + 0c601d1 commit 5793327

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docker-compose.yml

-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ services:
4141
--chain raw_spec_finney.json \
4242
--rpc-external --rpc-cors all \
4343
--no-mdns \
44-
--in-peers 500 --out-peers 500 \
4544
--bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
4645
--sync warp
4746
@@ -59,7 +58,6 @@ services:
5958
--chain raw_spec_finney.json \
6059
--rpc-external --rpc-cors all \
6160
--no-mdns \
62-
--in-peers 500 --out-peers 500 \
6361
--bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
6462
--pruning=archive
6563
@@ -77,7 +75,6 @@ services:
7775
--chain raw_spec_testfinney.json \
7876
--rpc-external --rpc-cors all \
7977
--no-mdns \
80-
--in-peers 500 --out-peers 500 \
8178
--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
8279
--sync warp
8380
--reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
@@ -97,7 +94,6 @@ services:
9794
--chain raw_spec_testfinney.json \
9895
--rpc-external --rpc-cors all \
9996
--no-mdns \
100-
--in-peers 500 --out-peers 500 \
10197
--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
10298
--pruning=archive
10399
--reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \

scripts/run/subtensor.sh

+1-1
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)