From 07e6daed489087e4f1b4ff4b1123e1dbfd733815 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:10:03 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Artela.sh b/Artela.sh index 4ea18d8..926431d 100644 --- a/Artela.sh +++ b/Artela.sh @@ -107,6 +107,7 @@ function install_node() { sed -i -e "s/^pruning-keep-every *=.*/pruning-keep-every = \"0\"/" $HOME/.artelad/config/app.toml sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"10\"/" $HOME/.artelad/config/app.toml sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.artelad/config/config.toml + sed -i -e 's/max_num_inbound_peers = 40/max_num_inbound_peers = 100/' -e 's/max_num_outbound_peers = 10/max_num_outbound_peers = 100/' $HOME/.artelad/config/config.toml # 配置端口 node_address="tcp://localhost:3457"