diff --git a/docker-compose.yml b/docker-compose.yml index 09638c1748..74fd8abd29 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,6 @@ services: --chain raw_spec_finney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \ --sync warp @@ -59,7 +58,6 @@ services: --chain raw_spec_finney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \ --pruning=archive @@ -77,7 +75,6 @@ services: --chain raw_spec_testfinney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ --sync warp --reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ @@ -97,7 +94,6 @@ services: --chain raw_spec_testfinney.json \ --rpc-external --rpc-cors all \ --no-mdns \ - --in-peers 500 --out-peers 500 \ --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ --pruning=archive --reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \ diff --git a/scripts/run/subtensor.sh b/scripts/run/subtensor.sh index 05baa7a76b..cdc37c9014 100755 --- a/scripts/run/subtensor.sh +++ b/scripts/run/subtensor.sh @@ -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 }