Skip to content

Commit

Permalink
Fix exit optimize configs (sei-protocol#58)
Browse files Browse the repository at this point in the history
* Add script for config optimization

* exit 1

* rm exit
  • Loading branch information
philipsu522 authored Jun 27, 2022
1 parent 76e63eb commit e5d160e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sei-testnet-2/optimize-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ else
CONFIG_PATH="~/.sei/config/config.toml"
fi

exit 1
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
sed -i 's/max_num_inbound_peers =.*/max_num_inbound_peers = 150/g' $CONFIG_PATH
sed -i 's/max_num_outbound_peers =.*/max_num_outbound_peers = 150/g' $CONFIG_PATH
Expand Down

0 comments on commit e5d160e

Please sign in to comment.