diff --git a/CHANGELOG b/CHANGELOG index ec3129b1a2..286fbdbfe2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,7 @@ Cacti CHANGELOG -issue#5323: Cosmetic error in the system utilities - rebuild poller cache - description -issue#5329: Upon displaying a form with errors, the session error fields variable isn't cleared -issue#5338: Compatibility changes for Boost under PHP 8.1 +-issue#5342: Increase keyup delay when searching the tree -feature: Upgrade billboard.js to version 3.7.4 -feature: Upgrade d3.js to version 7.8.2 diff --git a/lib/html_tree.php b/lib/html_tree.php index 30410fe512..283b005108 100644 --- a/lib/html_tree.php +++ b/lib/html_tree.php @@ -318,7 +318,7 @@ function openNodes() { }else { $('#jstree').jstree('search', '', false); } - }, 250); + }, 500); });