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 15000000

Specifies the connection retry timeout as 15 seconds.

The flag value can be any one of the following:

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