]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-DB_CONFIG.patch
- add -Werror=trampoline to prevent GCC from generating code that require executable...
[packages/rpm.git] / rpm-DB_CONFIG.patch
CommitLineData
d753baf3
JR
1--- rpm-5.4.10/rpmdb/DB_CONFIG.in~ 2012-02-18 20:19:37.000000000 +0100
2+++ rpm-5.4.10/rpmdb/DB_CONFIG.in 2012-11-22 17:32:56.647805060 +0100
3@@ -5,6 +5,10 @@
4 set_lg_dir ./log
5 set_tmp_dir ./tmp
6
7+# prevent recovery logs (log/log.*) from growing forever and keep only active log by default
8+# this makes BDB "catastrophic" (re-creation of db from logs) recovery impossible
9+log_set_config DB_LOG_AUTO_REMOVE
10+
11 # -- thread_count must be >= 8
12 set_thread_count 64
13
This page took 0.032349 seconds and 4 git commands to generate.