pub static MESH_ATTACH_CONFIG_TIMEOUT: Key<Duration>Expand description
Timeout for the config-push barrier during HostMesh::attach().
When attaching to pre-existing workers (simple bootstrap), the client pushes its propagatable config to each host agent and waits for confirmation. If the barrier does not complete within this duration, a warning is logged and attach continues without blocking — config push is best-effort.