MESH_ADMIN_CONFIG_DUMP_BRIDGE_TIMEOUT

Static MESH_ADMIN_CONFIG_DUMP_BRIDGE_TIMEOUT 

Source
pub static MESH_ADMIN_CONFIG_DUMP_BRIDGE_TIMEOUT: Key<Duration>
Expand description

Timeout for the end-to-end /v1/config/{proc} bridge reply. The config-dump path forwards a ConfigDump message through the HostAgent bridge and waits for ConfigDumpResult. This is inter-process actor messaging — fundamentally slower than local QueryChild snapshot lookups (which use MESH_ADMIN_QUERY_CHILD_TIMEOUT). During startup, the HostAgent message loop may be busy processing actor registrations, so bridge latency can exceed several seconds.