From: Howard Chu Date: Thu, 27 Mar 2003 04:19:52 +0000 (+0000) Subject: ITS#2389 docs from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_1_17~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c55f8542fc7d32b445a4829a84115ee6993ef453;p=thirdparty%2Fopenldap.git ITS#2389 docs from HEAD --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index a96cb1cb08..e359a4fdca 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -115,6 +115,16 @@ description.) .B concurrency Specify a desired level of concurrency. Provided to the underlying thread system as a hint. The default is not to provide any hint. +.TP +.B conn_max_pending +Specify the maximum number of pending requests for an anonymous session. +If requests are submitted faster than the server can process them, they +will be queued up to this limit. If the limit is exceeded, the session +is closed. The default is 100. +.TP +.B conn_max_pending_auth +Specify the maximum number of pending requests for an authenticated session. +The default is 1000. .\".TP .\".B debug .\"Specify a logging level for a particular subsystem. The subsystems include