]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2688] Added ChangeLog for #2688
authorMarcin Siodelski <marcin@isc.org>
Thu, 12 Jan 2023 21:14:09 +0000 (22:14 +0100)
committerAndrei Pavel <andrei@isc.org>
Thu, 13 Jul 2023 10:27:55 +0000 (13:27 +0300)
ChangeLog

index 34fcd8e71b45aff1922e040a1818e225bfc69ddc..eb6520965dc9e6c503cfe422f00b1be97be20213 100644 (file)
--- 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