dovecot-db.conf.ext.erb 410 B

1234567891011
  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. # Maximum number of simultaneous transactions.
  5. set_tx_max 1000
  6. # http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
  7. #set_lk_max_locks 1000
  8. #set_lk_max_lockers 1000
  9. #set_lk_max_objects 1000