From: Marcin Siodelski Date: Wed, 20 May 2020 09:23:10 +0000 (+0200) Subject: [#1242] Added ChangeLog for #1242 X-Git-Tag: Kea-1.7.8~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0acd534a34dcc9f2588cc2ab5d2fb3c9fe6ae366;p=thirdparty%2Fkea.git [#1242] Added ChangeLog for #1242 --- diff --git a/ChangeLog b/ChangeLog index d98e121eed..8f43c9a854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1751. [perf] marcin + Corrected performance issue occurring while loading large configurations + via the MySQL Config Backend. Improper database indexing caused long + server startup time as well as long time to respond to various + commands, such as subnet4-list or subnet6-list. + (Gitlab #1242) + 1750. [func] razvan Refactored HooksManager so that no lazy initialization is possible from dhcp processing functions. The function getHooksManager is now