From 089cf6efa1fdef8160a6694e558eafe7f2f3fb50 Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Fri, 24 Feb 2023 11:34:00 +0000 Subject: [PATCH] Document max_retries in ChangeLog --- doc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3