View Source Antikythera.GearActionTimeout (antikythera v0.5.1)

Type of timeout for gear actions in milliseconds. A value must be a positive integer less than or equal to 180000. The maximum value can be configured by :gear_action_max_timeout config. The default value is determined by Antikythera.Env.gear_action_timeout/0, or the maximum value if it exceeds the maximum value.

Summary

Types

@type t() :: 1..180_000

Functions

@spec default() :: t()
@spec max() :: t()
@spec min() :: t()
@spec valid?(any()) :: boolean()