From: Nick Porter Date: Fri, 24 Feb 2023 11:34:00 +0000 (+0000) Subject: Document max_retries in ChangeLog X-Git-Tag: release_3_2_3~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=089cf6efa1fdef8160a6694e558eafe7f2f3fb50;p=thirdparty%2Ffreeradius-server.git Document max_retries in ChangeLog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 5de9bd1bc0..9ca32e4743 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ FreeRADIUS 3.2.3 Thu 16 Feb 2023 12:00:00 EDT urgency=low Configuration changes + * Modules ldap and sql modules now have a "max_retries" + configuration item in the pool section. This sets a + limit on how many times an operation will be retried + if it fails indicating a connection issue. Feature improvements