Let Berkeley DB remove old database logs on its own, using the DB_LOG_AUTO_REMOVE...
authorArt Cancro <ajc@citadel.org>
Mon, 14 Nov 2016 17:25:01 +0000 (12:25 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 14 Nov 2016 17:25:01 +0000 (12:25 -0500)
commit4447fea00189feeeb93e45a2a89211879a177b45
tree3b34b1d9b58df38f55cfcc4fc3a4173938f1cc92
parent6fd61c4c7f3a6af098edfb9126e39f156e83ddf0
Let Berkeley DB remove old database logs on its own, using the DB_LOG_AUTO_REMOVE flag instead of cdb_cull_logs().
The latter will be removed completely once we are confident this works well.
citadel/database.c