the database environment, and the wait time for a process to exit the environment when
DB_REGISTER recovery is needed.
</p>
<p>
The syntax for setting timeout value for database
environment's lock, before recovery is started, and
transaction is as follows:
</p>
<divclass="itemizedlist">
<ultype="disc">
<li>
DB_SET_LOCK_TIMEOUT
<p>
Configures the database environment's lock timeout value.
The syntax of the entry in the <ahref="../../programmer_reference/env_db_config.html#env_db_config.DB_CONFIG"class="olink">DB_CONFIG</a> file is a single
line with the string <codeclass="literal">set_lock_timeout</code>,
one or more whitespace characters, and the lock timeout
value.
</p></li>
<li>
DB_SET_REG_TIMEOUT
<p>
Sets the timeout value on how long to wait for processes to
exit the environment before recovery is started. The
syntax of the entry in the <ahref="../../programmer_reference/env_db_config.html#env_db_config.DB_CONFIG"class="olink">DB_CONFIG</a> file is a single
line with the string <codeclass="literal">set_reg_timeout</code>,
one or more whitespace characters, and the wait timeout
value.
</p></li>
<li>
DB_SET_TXN_TIMEOUT
<p>
Sets the timeout value for transactions in this database
environment. The syntax of the entry in the <ahref="../../programmer_reference/env_db_config.html#env_db_config.DB_CONFIG"class="olink">DB_CONFIG</a>
file is a single line with the string
<codeclass="literal">set_txn_timeout</code>, one or more whitespace
characters, and the transaction timeout value
</p></li>
</ul>
</div>
<p>For more information, see <aclass="xref"href="envset_timeout.html"title="DB_ENV->set_timeout()">DB_ENV->set_timeout()</a>. </p>