Skip to content

Commit

Permalink
switch localnet to yamux muxer (#4764)
Browse files Browse the repository at this point in the history
  • Loading branch information
GheisMohammadi authored Oct 3, 2024
1 parent feb5180 commit aba5af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function launch_localnet() {
verbosity=3
fi

base_args=(--log_folder "${log_folder}" --min_peers "${MIN}" --bootnodes "${BN_MA}" \
base_args=(--log_folder "${log_folder}" --min_peers "${MIN}" --bootnodes "${BN_MA}" --p2p.muxer "yamux" \
"--network=$NETWORK" --blspass file:"${ROOT}/.hmy/blspass.txt" \
"--verbosity=${verbosity}" "--p2p.security.max-conn-per-ip=100")
if [ "${LEGACY_SYNC}" == "true" ]; then
Expand Down

0 comments on commit aba5af0

Please sign in to comment.