pub static MESH_ADMIN_RESOLVE_ACTOR_TIMEOUT: Key<Duration>Expand description
Timeout for fallback queries to actors/procs that may have been
recently destroyed. The second-chance paths in resolve_proc_node
and resolve_actor_node fire after the fast QueryChild lookup
fails. A short budget here prevents dead actors from blocking the
single-threaded MeshAdminAgent message loop.