aboutsummaryrefslogtreecommitdiff
path: root/karyons_p2p/examples/net_simulation.sh
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2023-11-08 15:17:25 +0300
committerhozan23 <hozan23@proton.me>2023-11-08 15:17:25 +0300
commitde1354525895ffbad18f90a5246fd65157f7449e (patch)
treef7acd6e5340d7dcbf81558416142ee92dc67a694 /karyons_p2p/examples/net_simulation.sh
parent859effacea246ca349ab1417766066d3ca19f693 (diff)
karyons_p2p/examples: disable panes synchronisation when running peers in tmux
Diffstat (limited to 'karyons_p2p/examples/net_simulation.sh')
-rwxr-xr-xkaryons_p2p/examples/net_simulation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/karyons_p2p/examples/net_simulation.sh b/karyons_p2p/examples/net_simulation.sh
index b223b63..1a05adf 100755
--- a/karyons_p2p/examples/net_simulation.sh
+++ b/karyons_p2p/examples/net_simulation.sh
@@ -68,6 +68,6 @@ tmux split-window -v -t karyons_p2p
tmux send-keys -t karyons_p2p "../../target/release/examples/peer --userid 'peer12'\
-b 'tcp://127.0.0.1:30010' -b 'tcp://127.0.0.1:30015' -b 'tcp://127.0.0.1:30011'" Enter
-tmux set-window-option -t karyons_p2p synchronize-panes on
+# tmux set-window-option -t karyons_p2p synchronize-panes on
tmux attach -t karyons_p2p