comparison doc/dovecot-db-example.conf @ 7993:8513b6e9608f HEAD

Renamed dovecot-db.conf to dovecot-db-example.conf and added it to Makefile.
author Timo Sirainen <tss@iki.fi>
date Sat, 12 Jul 2008 02:12:19 +0300
parents
children
comparison
equal deleted inserted replaced
7992:b6aea17ce21e 7993:8513b6e9608f
1 # Example DB_CONFIG for Berkeley DB. Typically dict_db_config setting is used
2 # to point to this file.
3 # http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/db_config.html
4
5 # Maximum number of simultaneous transactions.
6 set_tx_max 1000
7
8 # http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
9 #set_lk_max_locks 1000
10 #set_lk_max_lockers 1000
11 #set_lk_max_objects 1000