view doc/dovecot-db-example.conf @ 9308:1072d2b53f72 HEAD

login-proxy: If proxy destination is known to be down, fail immediately. We'll use a simple rule: If connection failed or timed out more recently than it succeeded AND there are currently no clients trying to connect to it, fail it. Since the connect isn't failed unless there is at least one client already trying to connect to it, the proxy notices immediately when the server comes back up and then starts serving it again.
author Timo Sirainen <tss@iki.fi>
date Wed, 12 Aug 2009 14:51:35 -0400
parents 8513b6e9608f
children
line wrap: on
line source

# Example DB_CONFIG for Berkeley DB. Typically dict_db_config setting is used
# to point to this file.
# http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/db_config.html

# Maximum number of simultaneous transactions.
set_tx_max 1000

# http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
#set_lk_max_locks 1000
#set_lk_max_lockers 1000
#set_lk_max_objects 1000