const TAKEOVER_MARKER_STALE_SECS: u64 = 60;Expand description
How long a <lease>.takeover marker may exist before it is assumed to
belong to a process that died mid-takeover. The marker is held for a couple
of filesystem operations, so anything older than this is debris.