Skip to content

Commit 488b59d

Browse files
committed
Remove self-explaining comments
1 parent a6c4d5c commit 488b59d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

start.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ end
261261

262262
:net_kernel.start([:"primary@127.0.0.1"])
263263

264-
# Primary: PubSub + Tracker + Bandit backend on 4002
265264
plug_opts = [router: Test.MCP.Router, pubsub: Test.PubSub, validate_origin: false]
266265

267266
{:ok, _} =
@@ -279,10 +278,8 @@ plug_opts = [router: Test.MCP.Router, pubsub: Test.PubSub, validate_origin: fals
279278
strategy: :one_for_one
280279
)
281280

282-
# Peer: PubSub + Tracker + Bandit backend on 4003
283281
peer = PeerNode.spawn!(4003)
284282

285-
# Load balancer on port 4000 → round-robins to 4002 and 4003
286283
{:ok, _lb} =
287284
Supervisor.start_link(
288285
[{LoadBalancer, port: 4000, backends: [4002, 4003]}],

0 commit comments

Comments
 (0)