Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/replica-set-elections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ eligibility to become a :term:`primary`. In an election, the replica
set elects an eligible member with the highest
:data:`~local.system.replset.members[n].priority` value as primary. By
default, all members have a priority of ``1`` and have an equal chance
of becoming primary. In the default, all members also can trigger an
of becoming primary. In the default, all members except Priority 0 members can trigger an
election.

You can set the :data:`~local.system.replset.members[n].priority`
Expand Down