const LEGACY_SHUTDOWN_DECIDE_COUNT: u64 = 100;Expand description
How many new-protocol decides to wait for before tearing down the legacy consensus stack (tasks + network). Once the coordinator has decided even a single leaf the cutover boundary is final and all consensus traffic runs on the coordinator’s network; the margin only gives slightly-lagging peers a window to finish crossing the boundary with legacy help.