rep_set_timeout
Specifies a variety of replication timeout values.
The syntax of this parameter in the DB_CONFIG file is a single line with the string rep_set_timeout, one or more whitespace characters, and the flag specified as a string and the timeout specified as two parts. For example:
rep_set_timeout DB_REP_CONNECTION_RETRY 15000000Specifies the connection retry timeout as 15 seconds.
The flag value can be any one of the following:
- DB_REP_ACK_TIMEOUT
- DB_REP_CHECKPOINT_DELAY
- DB_REP_CONNECTION_RETRY
- DB_REP_ELECTION_TIMEOUT
- DB_REP_ELECTION_RETRY
- DB_REP_FULL_ELECTION_TIMEOUT
- DB_REP_HEARTBEAT_MONITOR
- DB_REP_HEARTBEAT_SEND
- DB_REP_LEASE_TIMEOUT
For more information, see DB_ENV->rep_set_timeout().