NervesHubLinkCommon.Downloader.RetryConfig (nerves_hub_link_common v0.1.2) View Source
Configuration structure for how the Downloader server will handle disconnects, errors, timeouts etc
Link to this section Summary
Link to this section Types
Specs
t() :: %NervesHubLinkCommon.Downloader.RetryConfig{ idle_timeout: timeout(), max_disconnects: non_neg_integer(), max_timeout: timeout(), time_between_retries: non_neg_integer() }