pub static MESH_ADMIN_QUERY_CHILD_TIMEOUT: Key<Duration>Expand description
Timeout for QueryChild snapshot lookups in resolve_actor_node.
QueryChild is handled by a synchronous callback — it either
returns immediately or returns Error. A short budget ensures
the total time for resolve_actor_node stays well under
MESH_ADMIN_SINGLE_HOST_TIMEOUT.