rep_set_clockskew

Sets the clock skew ratio among replication group members based on the fastest and slowest measurements among the group for use with master leases.

The syntax of this parameter in the DB_CONFIG file is a single line with the string rep_set_clockskew, one or more whitespace characters, and the clockskew specified in two parts: the fast_clock and the slow_clock.

For example:

rep_set_clockskew 102 100

Sets the fast_clock to 102 and the slow_clock to 100 if a group of sites has a 2% variance.

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