From c55f8542fc7d32b445a4829a84115ee6993ef453 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 27 Mar 2003 04:19:52 +0000 Subject: [PATCH] ITS#2389 docs from HEAD --- doc/man/man5/slapd.conf.5 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.47.2