Skip to content

Commit 457de84

Browse files
radikenclaude
andcommitted
Drop the wait_nodes_ready docstring
The gate stays on by default; the note about turning it off for static/quic no longer describes the behavior now that ping keepalive holds the mesh. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 64ca7d7 commit 457de84

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/deployments/experiments/libp2p/nimlibp2p.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ class ExpConfig(BaseModel):
4747
network_jitter: NonNegativeInt = 0
4848
node_start_delay: NonNegativeInt = 60
4949
wait_nodes_ready: bool = True
50-
"""Gate publishing on a ready rollout; set False for sparse meshes (static,
51-
quic) whose readiness probe flaps and never reaches a stable 100%."""
5250

5351
@model_validator(mode="after")
5452
def _check_bootstrap_nodes(self):

0 commit comments

Comments
 (0)