]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9941 Fix asyncmeta manpage to clarify that only round-robin scheduling is used...
authorNadezhda Ivanova <nivanova@symas.com>
Thu, 27 Oct 2022 09:58:43 +0000 (12:58 +0300)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 1 Nov 2022 17:02:57 +0000 (17:02 +0000)
doc/man/man5/slapd-asyncmeta.5

index 743d3efabc7224cbd0a3eb5f297fb6a4f612260a..84341d321c452c0407f5d4ffed8b9b85bd587232 100644 (file)
@@ -54,8 +54,7 @@ works with a configured maximum number of connections per target.
 For each request redirected to a target, a different connection is selected.
 Each connection has a queue, to which the request is added before it is sent to the
 remote server, and is removed after the last response for that request is received.
- For each new request, the connection with the smallest number of pending requests
-is selected, or using round\-robin if the numbers are equal.
+ For each new request, a new connection is chosen using round\-robin scheduling.
 .LP
 .B Overlays:
 .LP