rep_set_priority

Specifies the database environment's priority in replication group elections. A special value of 0 indicates that this environment cannot be a replication group master.

The syntax of this parameter in the DB_CONFIG file is a single line with the string rep_set_priority, one or more whitespace characters, and the priority of this site. For example:

rep_set_priority 1

Sets the priority of this site to 1.

For more information, see DB_ENV->rep_set_priority().