A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via a0cc1d9655da112a4d19cddf821460a4dedeed1c (commit) from e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (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 a0cc1d9655da112a4d19cddf821460a4dedeed1c Author: Howard Chu hyc@openldap.org Date: Thu Mar 16 14:21:31 2017 +0000
ITS#8054 add queue time to log
Show time spent in conn+threadpool queues before an op actually executes. Also clean up timestamp handling
-----------------------------------------------------------------------
Summary of changes: servers/slapd/connection.c | 7 +++++++ servers/slapd/operation.c | 33 +++++++++++---------------------- servers/slapd/result.c | 10 +++++++--- servers/slapd/slap.h | 2 ++ 4 files changed, 27 insertions(+), 25 deletions(-)