dialTimeout property

String? dialTimeout
getter/setter pair

Specifies the maximum duration allowed for a connection attempt to complete.

A shorter timeout helps reduce delays when falling back to the original registry if the mirror is unreachable. Maximum allowed value is 180s. If not set, containerd sets default 30s. The value should be a decimal number of seconds with an s suffix.

Implementation

core.String? dialTimeout;