]> git.sur5r.net Git - openldap/commitdiff
ITS#2389, describe conn_max_pending/auth keywords
authorHoward Chu <hyc@openldap.org>
Thu, 27 Mar 2003 04:18:16 +0000 (04:18 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 27 Mar 2003 04:18:16 +0000 (04:18 +0000)
doc/man/man5/slapd.conf.5

index dd498476fe0f4236675255ff51384faa3a65a12a..e696f529b2c106b440a427b111c44414a67f6058 100644 (file)
@@ -141,6 +141,16 @@ description.)
 .B concurrency <integer>
 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 <integer>
+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 <integer>
+Specify the maximum number of pending requests for an authenticated session.
+The default is 1000.
 .\".TP
 .\".B debug <subsys> <level>
 .\"Specify a logging level for a particular subsystem.  The subsystems include