From 0fb8648cdd64ebf0a2a51aedfcf5c2ee2e2ebd0a Mon Sep 17 00:00:00 2001 From: Aliaksandr Tsurko Date: Mon, 23 Dec 2024 13:51:06 +0100 Subject: [PATCH] Remove in/out peers args from subtensor.sh --- scripts/run/subtensor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run/subtensor.sh b/scripts/run/subtensor.sh index 05baa7a76..cdc37c901 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 }