File: DB_CONFIG

package info (click to toggle)
bdii 6.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: sh: 867; python: 850; makefile: 100
file content (8 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
# Maintain transaction logs in memory rather than on disk
set_flags DB_LOG_INMEMORY

# Automatically remove log files as soon as they are no longer needed
set_flags DB_LOG_AUTOREMOVE

# Do not write or synchronously flush the log on transaction commit
set_flags DB_TXN_NOSYNC