diff --git a/modules/reference/partials/properties/cluster-properties.adoc b/modules/reference/partials/properties/cluster-properties.adoc index 998af7ce72..30ba027010 100644 --- a/modules/reference/partials/properties/cluster-properties.adoc +++ b/modules/reference/partials/properties/cluster-properties.adoc @@ -14936,53 +14936,6 @@ endif::[] |=== -=== raft_election_timeout_ms - -Election timeout expressed in milliseconds. - -[cols="1s,2a"] -|=== -| Property | Value - -| Type -| `integer` - - - -| Range -| [`-17592186044416`, `17592186044415`] - -| Default -| -ifdef::env-cloud[] -Available in the Redpanda Cloud Console -endif::[] -ifndef::env-cloud[] -`1500` (1500 milliseconds) -endif::[] - -| Nullable -| No - -| Unit -| Milliseconds - -| Requires restart -| No - -ifndef::env-cloud[] -| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore] -| Yes -endif::[] - -ifndef::env-cloud[] -| Visibility -| Tunable -endif::[] - -|=== - - === raft_enable_longest_log_detection Enables an additional step in leader election where a candidate is allowed to wait for all the replies from the broker it requested votes from. This may introduce a small delay when recovering from failure, but it prevents truncation if any of the replicas have more data than the majority.