struct

Obsctl::Config::ReconnectConfig

Inherits YAML::Serializable < Struct < Value < Object

Reconnect policy loaded from the top-level reconnect config section.

Constructors

new(enabled : Bool = true, endless : Bool = true, initial_delay_ms : Int32 = 500, max_delay_ms : Int32 = 10000, multiplier : Float64 = 1.8, jitter_ms : Int32 = 250)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

enabled
endless
initial_delay_ms
jitter_ms
max_delay_ms
multiplier