From: Howard Chu Date: Thu, 27 Mar 2003 04:18:16 +0000 (+0000) Subject: ITS#2389, describe conn_max_pending/auth keywords X-Git-Tag: NO_SLAP_OP_BLOCKS~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c2bf67cea88ad8e2e1e648717c126ee75987662;p=openldap ITS#2389, describe conn_max_pending/auth keywords --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index dd498476fe..e696f529b2 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -141,6 +141,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