From: Marcin Siodelski Date: Thu, 12 Jan 2023 21:14:09 +0000 (+0100) Subject: [#2688] Added ChangeLog for #2688 X-Git-Tag: Kea-2.2.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9892ff3a53b053c77882d2948336744bacac8199;p=thirdparty%2Fkea.git [#2688] Added ChangeLog for #2688 --- diff --git a/ChangeLog b/ChangeLog index 34fcd8e71b..eb6520965d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2046. [func] marcin + New database connection parameters, "read-timeout" and + "write-timeout", control the timeouts in communication with the + MySQL database. The "tcp-user-timeout" controls the timeout in + communication with the PostgreSQL database. Setting these + timeouts can prevent occasional Kea hangs due to issues with + the database connectivity. + (Gitlab #2735, port of #2688) + Kea 2.2.0 (stable) released on July 27, 2022 2045. [build] tmark