Search
Raft configuration.
@type t() :: %DockerEngineAPI.Model.SwarmSpecRaft{ ElectionTick: integer(), HeartbeatTick: integer(), KeepOldSnapshots: integer(), LogEntriesForSlowFollowers: integer(), SnapshotInterval: integer() }