mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#2389 docs from HEAD
This commit is contained in:
parent
e3f2b6d164
commit
c55f8542fc
1 changed files with 10 additions and 0 deletions
|
|
@ -115,6 +115,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue