rep_set_config
Configures the Berkeley DB replication subsystem.
The syntax of this parameter in the DB_CONFIG file is a single line with the string rep_set_config, one or more whitespace characters, and the method parameter as a string and optionally one or more whitespace characters, and the string on or off. If the optional string is omitted, the default is on. For example:
rep_set_config DB_REP_CONF_NOWAIT onor
rep_set_config DB_REP_CONF_NOWAITConfigures the Berkeley DB replication subsystem such that the method calls that would normally block while clients are in recovery will return errors immediately.
The method parameters are:
- DB_REP_CONF_AUTOINIT
- DB_REP_CONF_BULK
- DB_REP_CONF_DELAYCLIENT
- DB_REP_CONF_INMEM
- DB_REP_CONF_LEASE
- DB_REP_CONF_NOWAIT
- DB_REPMGR_CONF_ELECTIONS
- DB_REPMGR_CONF_2SITE_STRICT
For more information, see DB_ENV->rep_set_config().