electionTick

@SerialName(value = "ElectionTick")
val electionTick: Int?

Parameters

electionTick

The number of ticks that a follower will wait for a message from the leader before becoming a candidate and starting an election. ElectionTick must be greater than HeartbeatTick. A tick currently defaults to one second, so these translate directly to seconds currently, but this is NOT guaranteed.