A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 7b1db13050b86d864cdc17d9e0e7b18ee0f77071 (commit) from c22a7d98ecac671b69faeef7d406cec4140b2abf (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7b1db13050b86d864cdc17d9e0e7b18ee0f77071 Author: Howard Chu hyc@symas.com Date: Thu Aug 22 18:51:48 2013 -0700
Less aggressive page_spill
spilling all possible pages is a waste because the majority will be needed again. Just do 1/8th of the dirty list instead.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 53 ++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 50 insertions(+), 3 deletions(-)