Update Artela.sh
This commit is contained in:
parent
b34f027405
commit
89585fd781
@ -51,7 +51,7 @@ SEEDS=""
|
||||
PEERS="b23bc610c374fd071c20ce4a2349bf91b8fbd7db@65.108.72.233:11656"
|
||||
sed -i 's|^seeds *=.*|seeds = "'$SEEDS'"|; s|^persistent_peers *=.*|persistent_peers = "'$PEERS'"|' $HOME/.artelad/config/config.toml
|
||||
|
||||
# 配置剪枝和快照
|
||||
# 配置和快照
|
||||
sed -i 's|^pruning *=.*|pruning = "custom"|g' $HOME/.artelad/config/app.toml
|
||||
sed -i 's|^pruning-keep-recent *=.*|pruning-keep-recent = "100"|g' $HOME/.artelad/config/app.toml
|
||||
sed -i 's|^pruning-interval *=.*|pruning-interval = "10"|g' $HOME/.artelad/config/app.toml
|
||||
|
Loading…
Reference in New Issue
Block a user