From c0f274249d3481166de3b2d179c999558c036e26 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Thu, 27 Oct 2022 12:58:43 +0300 Subject: [PATCH] ITS#9941 Fix asyncmeta manpage to clarify that only round-robin scheduling is used for target connections. --- doc/man/man5/slapd-asyncmeta.5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/man/man5/slapd-asyncmeta.5 b/doc/man/man5/slapd-asyncmeta.5 index 743d3efabc..84341d321c 100644 --- a/doc/man/man5/slapd-asyncmeta.5 +++ b/doc/man/man5/slapd-asyncmeta.5 @@ -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 -- 2.47.3