https://bz.apache.org/bugzilla/show_bug.cgi?id=66355

--- Comment #2 from Ruediger Pluem <rpl...@apache.org> ---
(In reply to Stephen Blott from comment #0)

>    I've observed N in the region of 5 to 7.)
> 
> Configuration option:
> 
>   LDAPRetryDelay 5   (for example)
> 
>   This sets the retry delay for LDAP connections.
> 
>   In the code, this ends up here...
> 
> In util_ldap_set_retry_delay (util_ldap.c:2859):

This line number does not match the 2.4.54 code.

> 
>   st->retry_delay = timeout;

But timeout is not the value given by LDAPRetryDelay but the value created by
ap_timeout_parameter_parse (util_ldap.c:2786) from the value set by
LDAPRetryDelay 
 which already does the correct scaling (seconds by default)

http://svn.apache.org/viewvc/httpd/httpd/tags/2.4.54/modules/ldap/util_ldap.c?revision=1901749&view=markup#l2786

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to