pub fn default_timeout_config_plugin_v2(
params: &DefaultPluginParams,
) -> Option<SharedRuntimePlugin>Expand description
Runtime plugin that sets the default timeout config.
This version respects the behavior version to enable connection timeout by default for newer versions. For all clients with BehaviorVersion >= v2025_01_17, a 3.1s connection timeout is set.