Skip to content

Commit

Permalink
run localnet with yamux muxer, remove mplex from localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
GheisMohammadi committed Oct 1, 2024
1 parent f708c17 commit 405f2c2
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 405f2c2

Please sign in to comment.